-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
SQLInvolves knowledge of Postgres/SQLInvolves knowledge of Postgres/SQLenhancementNew feature or requestNew feature or request
Description
Add column types first class citizen to the Cluster object.
It should:
- Be referenced by Columns and Procedures
- have a method to return a SQL notation of said type with an optional length parameter
- Implement properties available in pg_type , at least, partially.
- Include system and user-defined types and have a property that qualifies both. Exclude types that start with
_, if possible. - Be indexed by name
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SQLInvolves knowledge of Postgres/SQLInvolves knowledge of Postgres/SQLenhancementNew feature or requestNew feature or request