Re: [HACKERS] Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!
Дата
Msg-id 199807250100.VAA03370@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Now it is:

> New 6.4 psql help will show:
>
>     test=> \h select
>     Command: select
>     Description: retrieve tuples
>     Syntax:
>         SELECT [DISTINCT [ON attrN]] expr1 [AS attr1], ...exprN
>             [INTO [TABLE] class_name]
>             [FROM from_list]
>             [WHERE qual]
>             [GROUP BY group_list]
>             [HAVING having_clause]
>             [ORDER BY attr1 [ASC|DESC] [USING op1], ...attrN ]
>             [UNION [ALL] SELECT ...];
>
>
> Removed <> around user-supplied values, and uppercase the reserved words
> to make things clear.  I don't think there is a need to do this on the
> manual pages because we have bolding.  Comments?
>
>
> --
> Bruce Momjian                          |  830 Blythe Avenue
> maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
>   +  If your life is a hard drive,     |  (610) 353-9879(w)
>   +  Christ can be your backup.        |  (610) 853-3000(h)
>
>


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Re: [INTERFACES] ODBC Driver -- Access Order By problem solved!!!