Re: info is a reserved word? - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: info is a reserved word?
Date
Msg-id 20060113012932.GA71559@winnie.fuhr.org
Whole thread Raw
In response to info is a reserved word?  (John DeSoi <desoi@pgedit.com>)
Responses Re: info is a reserved word?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: John DeSoi
Date:
Subject: info is a reserved word?
Next
From: Tom Lane
Date:
Subject: Re: info is a reserved word?