The following bug has been logged online:
Bug reference: 1102
Logged by: klaus daum
Email address: kd(at)orderrace(dot)com
PostgreSQL version: 7.4
Operating system: linux 2.4
Description: DOMAIN definition too late in pg_dump
Details:
using pg 7.4.2:
- create table t
- insert data into table t
- create domain d
- add col to table t with domain d
- pg_dump output has: definition of domain d after defintion of table t (not
readable without edit of dump)
regards,
klaus