Re: [COMMITTERS] pgsql-server: Clean up generation of - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: [COMMITTERS] pgsql-server: Clean up generation of
Date
Msg-id 20040613153103.Q21336-100000@houston.familyhealth.com.au
Whole thread Raw
In response to Re: [COMMITTERS] pgsql-server: Clean up generation of default  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql-server: Clean up generation of
List pgsql-hackers
> The right way to do this at the C level would be to use the same
> infrastructure as nextval() does to accept arguments like 'foo' and
> '"Foo"."Bar"'.  There's no reason to restrict the two-argument form
> to the current search_path.

Is it possible to do that in SQL?  eg. is there anything you can do to go:

select '"Foo"."Bar"'::regclassoid;

Or something?

I'm trying to avoid doing it in C as it seems like it would be a pita.

Chris




pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Nested transactions and tuple header info
Next
From: "Thomas Hallgren"
Date:
Subject: Re: I just got it: PostgreSQL Application Server -- a new project.