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

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [COMMITTERS] pgsql-server: Clean up generation of
Дата
Msg-id 20040613153103.Q21336-100000@houston.familyhealth.com.au
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql-server: Clean up generation of default  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [COMMITTERS] pgsql-server: Clean up generation of  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested transactions and tuple header info
Следующее
От: "Thomas Hallgren"
Дата:
Сообщение: Re: I just got it: PostgreSQL Application Server -- a new project.