Re: Empty Table - Mailing list pgsql-sql

From Rajesh Kumar Mallah
Subject Re: Empty Table
Date
Msg-id a97c77030703291116p2488c816v42858b658c92bf09@mail.gmail.com
Whole thread Raw
In response to Empty Table  (<ezequias@fastcon.com.br>)
Responses Re: Empty Table  (<ezequias@fastcon.com.br>)
List pgsql-sql
psql> TRUNCATE TABLE <tablename>;

if you have too many tables , generate the above commands
by using a query on tables information schema table.
hope it helps.

On 3/29/07, ezequias@fastcon.com.br <ezequias@fastcon.com.br> wrote:
> Hi list,
>
> I have many tables with many constraints and I would like to empty all my
> tables.
>
> There is any simple way to do it ?
>
> I have pgAdmin here but not psql.
>
> Any help would be glad.
>
> Regards
> Ezequias
>
>
> --
> Ezequias Rodrigues da Rocha
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>


pgsql-sql by date:

Previous
From:
Date:
Subject: Empty Table
Next
From:
Date:
Subject: Re: Empty Table