BUG #1102: DOMAIN definition too late in pg_dump - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1102: DOMAIN definition too late in pg_dump
Date
Msg-id 20040317100258.1B9BCCF4D2C@www.postgresql.com
Whole thread Raw
Responses Re: BUG #1102: DOMAIN definition too late in pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1102
Logged by:          klaus daum

Email address:      kd@orderrace.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

pgsql-bugs by date:

Previous
From: Theodore Petrosky
Date:
Subject: Re: [SQL] could not create shared memory segment: Invalid argument
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1103: automatic no generartion