From: | alain(dot)bruneau(at)acoss(dot)fr |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Problem with odbc.sql |
Date: | 2003-04-04 10:21:22 |
Message-ID: | OF822023E3.4DBE14A7-ONC1256CFE.00386F2F@ac750.recouv |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-odbc |
Hi.
I'm trying to install psqlodbc-7.2.5 driver.
I have some trouble with odbc.sql shell script.
test=# CREATE OR REPLACE FUNCTION "char"(integer) RETURNS text AS '
test'# SELECT chr($1);
test'# ' LANGUAGE SQL;
ERROR: parser: parse error at or near "OR"
test=# CREATE FUNCTION "char"(integer) RETURNS text AS '
test'# SELECT chr($1);
test'# ' LANGUAGE SQL;
ERROR: parser: parse error at or near "sql"
Perhaps due to my Postgresql version : postgresql-7.1.2.0
Thanks you for your help.
Regards,
Alain.
From | Date | Subject | |
---|---|---|---|
Next Message | Darko Prenosil | 2003-04-04 10:28:08 | Re: Converting from dbase |
Previous Message | Bob Wheldon | 2003-04-04 09:02:36 | Open Source case tools (similar to Oracle Designer) |
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2003-04-04 11:32:34 | Re: Problem with odbc.sql |
Previous Message | Dave Page | 2003-04-04 07:21:52 | Re: SQLSetPos |