pgsql-server/src/bin/pg_dump pg_dump.c

Started by Tom Lanealmost 23 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/09/19 20:15:19

Modified files:
src/bin/pg_dump: pg_dump.c

Log message:
pg_dump missed comments attached to primary key or unique constraints
(as distinct from their underlying indexes). Per bug report from
Hiroshi Saito.