Re: [GENERAL] Using $n in a select statement in PL/pgSQL

1999-12-31 Thread Ed Loehr
Jim Cain wrote: > I can't find very many references to PL/pgSQL. Can anyone point me to lots > of examples? In particular, select statements don't appear to like the $n > variables, unless I'm just doing something really wrong. > Try the regression tests in .../src/test/regress/sql/plpgsql

[GENERAL] Using $n in a select statement in PL/pgSQL

1999-12-31 Thread Jim Cain
I can't find very many references to PL/pgSQL. Can anyone point me to lots of examples? In particular, select statements don't appear to like the $n variables, unless I'm just doing something really wrong. I can post an example of what I'm doing if necessary, but right now I'd really just like to