Re: [GENERAL] PL/pgSQL syntax/usage question

Поиск
Список
Период
Сортировка
От Adriaan Joubert
Тема Re: [GENERAL] PL/pgSQL syntax/usage question
Дата
Msg-id 3897DBD6.2EB9736E@albourne.com
обсуждение исходный текст
Ответ на PL/pgSQL syntax/usage question  (Henk van Lingen <henkvl@cs.uu.nl>)
Список pgsql-general
>
> Second, IIRC, you cannot pass in a string representing the tablename
> and then use it as a tablename in the select (though it would be quite
> handy).  Not sure how to do it, though.

I went through this a while ago: no way to pass a table name in. Only possibility
is to write a C routine using SPI and then anything is possible.

Adriaan


В списке pgsql-general по дате отправления:

Предыдущее
От: "Jackson Ching"
Дата:
Сообщение: How to compile postgres JDBC in win95 cygwin-b20
Следующее
От: Sevo Stille
Дата:
Сообщение: Re: [GENERAL] Linking in sin() as a C function