No, I realized afterwards that I had mistakenly installed a 7.x
version of PG. I had hoped that cancelling my post to Google groups
would eradicate it, but alas, posting to the net is like throwing
feathers to the wind.
Sorry for the distraction.
Miko
On 11/24/06, Bricklen Anderson <[EMAIL PRO
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 $$
> S
snappingturtle wrote:
It appears that in my installation of Postgres that dollaw sign quoting
is disabled. For example, the following command returns an error:
I didn't do anything (that I know of) to disable dollar quoting. Any
advice on how to enable dollar sign quoting?
Are you on pos
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;
The error:
psql:borman.sql:6: ERROR: syntax error