Re: View and function

Поиск
Список
Период
Сортировка
От Thomas F. O'Connell
Тема Re: View and function
Дата
Msg-id 3ADC6E71.7050804@monsterlabs.com
обсуждение исходный текст
Ответ на View and function  (DaVinci <bombadil@wanadoo.es>)
Список pgsql-general
DaVinci wrote:


> create function pilpot(calle) returns integer as '

this is your problem. try this:

create function pilpot(text) returns integer as '

the syntax for creating postgres functions is to declare the types, not
the identifiers of any parameters.

-tfo




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: drastic reduction in speed of inserts as the table grows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump error