Cast and Schemas don't work as expected - Mailing list pgsql-hackers

From Eduardo Stern
Subject Cast and Schemas don't work as expected
Date
Msg-id 49620.200.168.158.218.1042988847.squirrel@webmail.dbexperts.net
Whole thread Raw
Responses Re: Cast and Schemas don't work as expected  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: Cast and Schemas don't work as expected  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The CREATE CAST command is't supporting schemas on the type parameters.

A query such as:

CREATE CAST (public.lo AS oid) WITH FUNCTION newoid (public.lo) AS IMPLICIT;

Gives an error. And the problem happens when you create a CAST without the
schema notation, and then try to do a dump/restore cycle.


[]s


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: Threads
Next
From: Olleg Samoylov
Date:
Subject: New buildin function