Re: info is a reserved word?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: info is a reserved word?
Дата
Msg-id 20060113012932.GA71559@winnie.fuhr.org
обсуждение исходный текст
Ответ на info is a reserved word?  (John DeSoi <desoi@pgedit.com>)
Ответы Re: info is a reserved word?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Thu, Jan 12, 2006 at 08:14:42PM -0500, John DeSoi wrote:
> I have two identical functions below, the only difference is I  
> declared my variable name to be 'info' instead of 'stuff'. I could  
> not find anywhere in the docs that 'info' has any special meaning.  

'info' only seems special in PL/pgSQL, presumably because it's one
of the possible RAISE levels.  You should also get an error if you
try 'exception', 'warning', etc.

-- 
Michael Fuhr


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

Предыдущее
От: John DeSoi
Дата:
Сообщение: info is a reserved word?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: info is a reserved word?