From: | "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Dollaw sign quoting disabled |
Date: | 2006-11-25 07:37:20 |
Message-ID: | 20061125073720.GB29346@a-kretschmer.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Ritesh Nadhani | 2006-11-25 09:52:57 | Development of cross-platform GUI for Open Source DBs |
Previous Message | Yesh | 2006-11-25 03:43:51 | Re: How to restore a dumbed file in postgreSQL |