Re: Weird...but correct?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Weird...but correct?
Date: 2004-07-26 06:47:29
Message-ID: 4104A901.60904@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Suresh Tri 2004-07-26 07:09:45 Re: Improvements to PostgreSQL
Previous Message Tom Lane 2004-07-26 06:17:10 Re: 7.5 release notes