Re: Weird...but correct? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Weird...but correct?
Date
Msg-id 4104A901.60904@familyhealth.com.au
Whole thread Raw
In response to Weird...but correct?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
> CREATE TYPE test (a int4, b int4);
> COMMENT ON COLUMN test.a IS 'A column';
> 
> Seems harmless, but should we allow it?

Actually, currently it's bad because such comments will not be dumped by 
pg_dump.  Shall I fix pg_dump?

Chris



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.5 release notes
Next
From: Suresh Tri
Date:
Subject: Re: Improvements to PostgreSQL