BUG #1102: DOMAIN definition too late in pg_dump

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1102: DOMAIN definition too late in pg_dump
Date: 2004-03-17 10:02:58
Message-ID: 20040317100258.1B9BCCF4D2C@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-03-17 12:50:50 BUG #1103: automatic no generartion
Previous Message eraldo 2004-03-16 20:18:42 Erro no Initdb