denishpatel / pg-clone-schema

Postgres clone schema utility without need of going outside of database. Makes developers life easy by running single function to clone schema with all objects. It is very handy on Postgres RDS. Utility is sponsored by http://elephas.io/
MIT License
172 stars 44 forks source link

geometry point column not cloned correctly #136

Closed MichaelDBA closed 3 hours ago

MichaelDBA commented 3 hours ago

This is related to a pg_get_tabledef() bug that was fixed, https://github.com/MichaelDBA/pg_get_tabledef/issues/30.

MichaelDBA commented 3 hours ago

Copied over from pg_get_tabledef...