am  Wed, dem 22.11.2006, um 16:34:02 -0800 mailte snappingturtle folgendes:
> It appears that in my installation of Postgres that dollaw sign quoting
> is disabled.  For example, the following command returns an error:
> 
>  CREATE or replace FUNCTION add_em(int, int) RETURNS integer AS $$
>      SELECT $1 + $2;
>  $$ LANGUAGE SQL;

It works for me without any errors, but are you sure that you have at
least version 8.0? The dollar-quoting - feature will only work with 8.x
and higher.

Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to