Zlatko Matić wrote:
How could I truncate, delete all content of all tables in one step ?
Something like this? pg_dump --schema-only mydb > mydb.schema.dump dropdb mydb psql -f mydb.schema.dump mydb -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings