Re: [BUGS] BUG #2274: Error in 'CREATE DOMAIN' SQL command in dump file

2006-02-21 Thread Tom Lane
Alexander Galler <[EMAIL PROTECTED]> writes: >>> psql:test.dump:415: ERROR: type "tsinterval" does not exist >> >> I can't duplicate this --- for me, pg_dump produces >> >> CREATE DOMAIN address_period_tsi AS public.tsinterval NOT NULL DEFAULT >> '(-infinity..infinity)'::public.tsinterval; >>

Re: [BUGS] BUG #2274: Error in 'CREATE DOMAIN' SQL command in dump file

2006-02-20 Thread Tom Lane
"Alexander Galler" <[EMAIL PROTECTED]> writes: > psql:test.dump:415: ERROR: type "tsinterval" does not exist > In dump file: > CREATE DOMAIN address_period_tsi > AS public.tsinterval > NOT NULL > DEFAULT '(-infinity..infinity)'::tsinterval; I can't duplicate this --- for me, pg_dump pr

[BUGS] BUG #2274: Error in 'CREATE DOMAIN' SQL command in dump file

2006-02-20 Thread Alexander Galler
The following bug has been logged online: Bug reference: 2274 Logged by: Alexander Galler Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows XP Description:Error in 'CREATE DOMAIN' SQL command in dump file Details: I have created d