mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
DDL support for collations
- collowner field - CREATE COLLATION - ALTER COLLATION - DROP COLLATION - COMMENT ON COLLATION - integration with extensions - pg_dump support for the above - dependency management - psql tab completion - psql \dO command
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
|
||||
&abort;
|
||||
&alterAggregate;
|
||||
&alterCollation;
|
||||
&alterConversion;
|
||||
&alterDatabase;
|
||||
&alterDefaultPrivileges;
|
||||
@ -76,6 +77,7 @@
|
||||
©Table;
|
||||
&createAggregate;
|
||||
&createCast;
|
||||
&createCollation;
|
||||
&createConversion;
|
||||
&createDatabase;
|
||||
&createDomain;
|
||||
@ -113,6 +115,7 @@
|
||||
&do;
|
||||
&dropAggregate;
|
||||
&dropCast;
|
||||
&dropCollation;
|
||||
&dropConversion;
|
||||
&dropDatabase;
|
||||
&dropDomain;
|
||||
|
Reference in New Issue
Block a user