Michael Fuhr <[EMAIL PROTECTED]> writes: > '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.
plpgsql is not very good about reserving words "minimally", ie, not treating a word as a keyword outside the context where the keyword is meaningful. This could probably be fixed, or at least greatly reduced, with some flex/bison hacking. Anyone up for it? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org