mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +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:
@@ -1070,6 +1070,7 @@ typedef enum ObjectType
|
||||
OBJECT_CAST,
|
||||
OBJECT_COLUMN,
|
||||
OBJECT_CONSTRAINT,
|
||||
OBJECT_COLLATION,
|
||||
OBJECT_CONVERSION,
|
||||
OBJECT_DATABASE,
|
||||
OBJECT_DOMAIN,
|
||||
|
||||
Reference in New Issue
Block a user