Weird...but correct?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Weird...but correct?
Date: 2004-07-26 05:26:37
Message-ID: 4104960D.1000801@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It's bizarre how you can comment on columns in composite types!

CREATE TYPE test (a int4, b int4);
COMMENT ON COLUMN test.a IS 'A column';

Seems harmless, but should we allow it?

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-07-26 06:05:04 Re: 7.5 backend crash
Previous Message Tom Lane 2004-07-26 05:16:00 Re: pgxs: build infrastructure for extensions v4