Re: Cast and Schemas don't work as expected

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Eduardo Stern" <eduardo(at)stern(dot)com(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Cast and Schemas don't work as expected
Date: 2003-05-04 09:37:22
Message-ID: 5.1.0.14.0.20030504193556.02b94ba0@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 11:52 PM 23/01/2003 -0500, Tom Lane wrote:
>Yah. Are you enough of a yacc wizard to fix the reduce/reduce conflicts
>that arise when GenericType is made to include qualified names? I spent
>a couple days beating on that, without success.

Did this ever get resolved? I'm still seeing the error in 7.3.2 using
output from pg_dump.

We probably need to at least make the dump files valid -- even if only by
using search_path, and not putting the schema name on the type.

Any other options?

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 03 5330 3172 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-05-04 13:54:54 Re: Cast and Schemas don't work as expected
Previous Message Philip Warner 2003-05-04 07:51:15 Re: pg_dump future problem.