UNDER syntax

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема UNDER syntax
Дата
Msg-id 392BABF5.7B8E3D4E@bitmead.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: yowch: dumpRules(): SELECT failed for table website.
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [BUGS] \dS and \df crashing psql