Unix Technical Forum

Re: Major Problems with pg_dump

This is a discussion on Re: Major Problems with pg_dump within the pgsql Novice forums, part of the PostgreSQL category; --> =?iso-8859-1?Q?K=D6PFERL_Robert?= <robert.koepferl@sonorys.at> writes: > Here's one example. > We have a cdr_type in line 64 > CREATE TYPE cdr_type ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Novice

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 08:20 PM
Tom Lane
 
Posts: n/a
Default Re: Major Problems with pg_dump

=?iso-8859-1?Q?K=D6PFERL_Robert?= <robert.koepferl@sonorys.at> writes:
> Here's one example.


> We have a cdr_type in line 64
> CREATE TYPE cdr_type AS (
> ...
> "Charge" charge_type,
> ...
> );


> while charge_type gets defined in line 86:


> CREATE DOMAIN charge_type AS numeric(9,4)
> CONSTRAINT "$1" CHECK ((VALUE >= (0)::numeric));


Ah --- it was missing the dependency in this case, and ordering the
types by name by default. Fixed; thanks for the report!

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:38 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com