Re: sort order - Mailing list pgsql-general

From Adrian Klaver
Subject Re: sort order
Date
Msg-id 201112120809.12414.adrian.klaver@gmail.com
Whole thread Raw
In response to Re: sort order  ("Abraham, Danny" <danny_abraham@bmc.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: sort order
Next
From: "Abraham, Danny"
Date:
Subject: Re: sort order