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

From Christopher Kings-Lynne
Subject Weird...but correct?
Date
Msg-id 4104960D.1000801@familyhealth.com.au
Whole thread Raw
Responses Re: Weird...but correct?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: Weird...but correct?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Sketch of extending error handling for subtransactions
Next
From: Tom Lane
Date:
Subject: Re: 7.5 backend crash