MichaelDBA/pg_get_tabledef
PostgreSQL PL/PGSQL function that generates table DDL for the given schema/table.
PLpgSQLGPL-3.0
Issues
- 0
Show all ACLs for a table
#35 opened by MichaelDBA - 0
Apply pg_get_tabledef() changes
#34 opened by MichaelDBA - 1
Add optional owner ACL info
#27 opened by MichaelDBA - 1
Add partition info for parent table
#33 opened by MichaelDBA - 1
Fix sequence/serial column outputs
#32 opened by MichaelDBA - 1
Unhandled case-sensitive schemas
#31 opened by MichaelDBA - 3
syntax error at or near "$"
#29 opened by instantgis - 5
Incomplete postgis geometry types
#30 opened by samodadela - 1
NOT NULL is being appended twice
#28 opened by alaister - 5
When the parent table of a partitioned table has a unique index, it seems that the child tables of the partitioned table no longer need an explicit unique index
#26 opened by openai0229 - 1
Tablespace error for partial indexes
#25 opened by MichaelDBA - 2
- 1
- 1
Fix option to not output foreign keys at all
#22 opened by MichaelDBA - 8
Missing Contraints...
#20 opened by NathanaelA - 2
Missing WITH clauses in View definition
#21 opened by ivasilov - 1
Handle double-quotes for SQL keywords
#19 opened by MichaelDBA - 9
pg_get_tabledef fails with camelCase table names
#17 opened by alaister - 4
- 1
- 2
- 4
- 3
- 11
Inheritance table schema acquisition error
#8 opened by liuhangyu - 1
Foreign Key exists error when table is a partitioned table with foreign keys
#13 opened by MichaelDBA - 0
Organize Comments Better
#10 opened by MichaelDBA - 6
- 6
- 0
Exception in PG version 12
#5 opened by MichaelDBA - 1
Duplicate Indexes
#2 opened by MichaelDBA - 1
Fix Logic for PostGIS types
#1 opened by MichaelDBA