UNDER syntax - Mailing list pgsql-hackers

From Chris Bitmead
Subject UNDER syntax
Date
Msg-id 392BABF5.7B8E3D4E@bitmead.com
Whole thread Raw
List pgsql-hackers
Do people interpret this syntax to mean that you can only have an UNDER
clause when using the OF <user-defined type> clause as well?

        <table definition> ::=             CREATE [ <table scope> ] TABLE <table name>               <table contents
source>              [ ON COMMIT <table commit action> ROWS ]
 
        <table contents source> ::=               <table element list>             | OF <user-defined type>
   [ <subtable clause> ]                 [ <table element list> ]     <subtable clause> ::=             UNDER
<supertableclause>
 


pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: yowch: dumpRules(): SELECT failed for table website.
Next
From: Tatsuo Ishii
Date:
Subject: Re: [BUGS] \dS and \df crashing psql