Re: parse error in function

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: parse error in function
Дата
Msg-id 200401151601.27025.dev@archonet.com
обсуждение исходный текст
Ответ на Re: parse error in function  (Uros <uros@sir-mag.com>)
Ответы Re: parse error in function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Thursday 15 January 2004 15:22, Uros wrote:
>
> RH> Also - make sure you haven't got a column called 'email' in any query
> where RH> you are using the variable 'email' - that can cause confusion.
>
>
> Problem was aliases, becasu alias name was the same as column and then the
> same name was value and rowname. I replace all names like email1 etc. and
> it works. I hope  ;).

The error messages could be a bit clearer with some of these problems - I've
had quite a bit of experience now decoding strange parser errors with
plpgsql.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: parse error in function
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Returning large select results from stored procedures