Cast and Schemas don't work as expected

From: "Eduardo Stern" <eduardo(at)stern(dot)com(dot)br>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Cast and Schemas don't work as expected
Date: 2003-01-19 15:07:27
Message-ID: 49620.200.168.158.218.1042988847.squirrel@webmail.dbexperts.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2003-01-19 16:03:47 Re: Survey results from the PostgreSQL portal page
Previous Message Adrian 'Dagurashibanipal' von Bidder 2003-01-19 14:47:14 Re: Survey results from the PostgreSQL portal page