Re: info is a reserved word?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: "'pgsql-sql(at)postgresql(dot)org' SQL" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: info is a reserved word?
Date: 2006-01-13 01:29:32
Message-ID: 20060113012932.GA71559@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2006-01-13 02:03:43 Re: Contrib Schemas
Previous Message John DeSoi 2006-01-13 01:14:42 info is a reserved word?

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-01-13 04:21:28 Re: info is a reserved word?
Previous Message John DeSoi 2006-01-13 01:14:42 info is a reserved word?