Use the PostgreSQL Collation Editor in a PostgreSQL physical model to specify the sort order and character classification behavior of data per-column, or per-operation.
To define a collation in PostgreSQL
An instance of Collation is created.
The PostgreSQL Collation Editor opens.
Note: Click New on the toolbar to create a collation. Use the Enter filter text box to filter a very large list of collations to quickly locate the one that you want to define.
Specifies the name of the collation. Set the name of the collation in this field.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies the schema for the collation. Select a schema from the drop-down list or click New to create one.
This is a shortcut for setting LC_COLLATE and LC_CTYPE at once. If you specify this, you cannot specify either of those parameters.
Use the specified operating system locale for the LC_COLLATE locale category. The locale must be applicable to the current database encoding.
Use the specified operating system locale for the LC_CTYPE locale category. The locale must be applicable to the current database encoding.
Specifies the name of an existing collation to copy. The new collation will have the same properties as the existing one, but it will be an independent object.
The collation is defined and the PostgreSQL Collation Editor closes.
For more information, refer to PostgreSQL documentation.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|