Tagged Questions
2
votes
2answers
403 views
How does pgAdmin III build CREATE statements?
In PostgreSQL, there is no SHOW CREATE statement, known for example from MySQL. But when you use the pgAdmin III client program and go to object details, you see the corresponding CREATE statement.
...