The following bug has been logged online:
Bug reference: 1102
Logged by: klaus daum
Email address: [EMAIL PROTECTED]
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
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])