Ticket #4243 (closed enhancement: wontfix)
Include the complete table definition into PGDump
| Reported by: | zanollim | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OGR_SF | Version: | 1.8.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Is it possible to include the whole table definition inside PGDump?
For example, my table (postgis layer) defines some GRANT instruction and a COMMENT. If I export this table into sql with PGDump driver, the comment (COMMENT ON...) and the access privileges instructions (GRANT SELECT..., GRANT ALL...) are lost and are to be recreated manually in the new database/schema.
Change History
Note: See
TracTickets for help on using
tickets.
