"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 produces CREATE DOMAIN address_period_tsi AS public.tsinterval NOT NULL DEFAULT '(-infinity..infinity)'::public.tsinterval; which reloads just fine. Could you provide a more complete example? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings