Re: syntax error with alter type - Mailing list pgsql-general

From Tom Lane
Subject Re: syntax error with alter type
Date
Msg-id 6018.1544243483@sss.pgh.pa.us
Whole thread Raw
In response to RE: syntax error with alter type  (Kevin Brannen <KBrannen@efji.com>)
Responses RE: syntax error with alter type  (Kevin Brannen <KBrannen@efji.com>)
List pgsql-general
Kevin Brannen <KBrannen@efji.com> writes:
> So, can you (or anyone) help me understand what "alter type <type> drop attribute" is meant to do? I don't see
"attribute"on the page you reference. 

IIRC, that drops a column from a composite type; it's more or less a
variant spelling of ALTER TABLE DROP COLUMN.

            regards, tom lane


pgsql-general by date:

Previous
From: Kevin Brannen
Date:
Subject: RE: syntax error with alter type
Next
From: Tony Shelver
Date:
Subject: Re: Importing tab delimited text file using phpPgAdmin 5.1 GUI