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;
>>
"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
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