Bug #743: pg_dump -a -c without DELETE FROM

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #743: pg_dump -a -c without DELETE FROM
Date: 2002-08-22 14:40:24
Message-ID: 20020822144024.B3766475CB8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Przemyslaw Sztoch (psztoch(at)interia(dot)pl) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
pg_dump -a -c without DELETE FROM

Long Description
In my opinion "pg_dump -a -c" should generate "DELETE FROM <table>" before COPY statement.
Options:
-a, --data-only dump only the data, not the schema
-c, --clean clean (drop) schema prior to create
TIA for answer or your opinions.

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-08-22 14:46:30 Bug #744: initdb --pwprompt=????
Previous Message pgsql-bugs 2002-08-22 14:31:55 Bug #742: 7.2.1 createdb test gives segmentation fault