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