Re: truncate all tables? - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: truncate all tables?
Date
Msg-id D4FCB390-125E-4CEA-BF70-B701AF8305C6@myrealbox.com
Whole thread Raw
In response to truncate all tables?  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
List pgsql-general
On Jun 29, 2005, at 6:34 PM, Zlatko Matić wrote:

> How could I truncate, delete all content of all tables in one step ?

The PostgreSQL documentation is quite good. I recommend looking
through it.

http://www.postgresql.org/docs/8.0/interactive/index.html

In particular, here:
http://www.postgresql.org/docs/8.0/interactive/sql-truncate.html

Google works pretty well also:

http://www.google.com/search?biw=892&hl=en&q=postgresql
+truncate&btnG=Google+Search

Hope this helps.

Michael Glaesemann
grzm myrealbox com



pgsql-general by date:

Previous
From: Zlatko Matić
Date:
Subject: truncate all tables?
Next
From: Richard Huxton
Date:
Subject: Re: truncate all tables?