RE: Table/Column Constraints

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Rod Taylor" <rbt(at)zort(dot)on(dot)ca>, <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Table/Column Constraints
Date: 2000-11-21 04:46:10
Message-ID: NEBBIOAJBMEENKACLNPCCEIICCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2000-11-21 04:48:09 Re: [HACKERS] Re: pgsql/src/backend/access/transam (xlog.c)
Previous Message Christopher Kings-Lynne 2000-11-21 04:43:06 RE: Table/Column Constraints