Re: sort order

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: sort order
Дата
Msg-id 201112120809.12414.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на Re: sort order  ("Abraham, Danny" <danny_abraham@bmc.com>)
Список pgsql-general
On Monday, December 12, 2011 7:55:37 am Abraham, Danny wrote:
> This is exactly what I am trying to do -
> To find a CREATE DATABASE statement that will produce a database that has a
> binary sorting.

http://www.postgresql.org/docs/9.0/interactive/sql-createdatabase.html
CREATE DATABASE name
    [ [ WITH ] [ OWNER [=] user_name ]
           [ TEMPLATE [=] template ]
           [ ENCODING [=] encoding ]
           [ LC_COLLATE [=] lc_collate ]
           [ LC_CTYPE [=] lc_ctype ]
           [ TABLESPACE [=] tablespace ]
           [ CONNECTION LIMIT [=] connlimit ] ]

Be sure and read the Notes section at the bottom for important caveats.

>
> Thanks


--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: sort order
Следующее
От: "Abraham, Danny"
Дата:
Сообщение: Re: sort order