Re: creating a function with a variable table name

Поиск
Список
Период
Сортировка
От George Nychis
Тема Re: creating a function with a variable table name
Дата
Msg-id 45E70386.8080900@cmu.edu
обсуждение исходный текст
Ответ на Re: creating a function with a variable table name  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Ответы Re: creating a function with a variable table name  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
do I need to use PREPARE with it also?

A. Kretschmer wrote:
> am  Thu, dem 01.03.2007, um 11:17:46 -0500 mailte George Nychis folgendes:
>> Hey all,
>>
>> I'm trying to create a function in which the table a query is run on is
>> variable, but I guess this is not as easy as I thought.
>>
>> BEGIN
>> dp=> CREATE FUNCTION stats_addr_dst(date,text)
>> ...
>> dp'>       FROM $2
>>                    ^
>> How can I pass the table name?
>
> Build a string with your SQL and EXECUTE this string.
>
>
> Andreas

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

Предыдущее
От: George Nychis
Дата:
Сообщение: get username of user calling function?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Why does "group by" need to match select fields?