RE: Table/Column Constraints - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject RE: Table/Column Constraints
Date
Msg-id NEBBIOAJBMEENKACLNPCCEIICCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Table/Column Constraints  (Rod Taylor <rbt@zort.on.ca>)
List pgsql-hackers
> I like this conversation as not a day goes by where I don't wish I could
> edit the dump of a database rather than keeping structure entirely
> seperate -- and actually do so in a useful manner.  That said, whats the
> possibility of maintaining comments if the SQL dumps actually became
> humanly editable?

From reading the pg_dump source code, pg_dump creates a set of 'COMMENT ON
...' statements that should recreate all the comments associated with an
oid.  So - there shouldn't be a problem, should there?

Chris



pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: Re: [COMMITTERS] pgsql/src/backend/access/transam (xlog.c)
Next
From: "Christopher Kings-Lynne"
Date:
Subject: RE: Table/Column Constraints