Bug #743: pg_dump -a -c without DELETE FROM - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #743: pg_dump -a -c without DELETE FROM
Date
Msg-id 20020822144024.B3766475CB8@postgresql.org
Whole thread Raw
Responses Re: Bug #743: pg_dump -a -c without DELETE FROM  (Philip Warner <pjw@rhyme.com.au>)
Re: Bug #743: pg_dump -a -c without DELETE FROM  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Przemyslaw Sztoch (psztoch@interia.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

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #742: 7.2.1 createdb test gives segmentation fault
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #744: initdb --pwprompt=????