Re: Problem with odbc.sql

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Problem with odbc.sql
Дата
Msg-id 200304041232.34270.dev@archonet.com
обсуждение исходный текст
Ответ на Problem with odbc.sql  (alain.bruneau@acoss.fr)
Список pgsql-general
On Friday 04 Apr 2003 11:21 am, alain.bruneau@acoss.fr wrote:
> 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"

I think CREATE OR REPLACE is a recent thing.

> test=# CREATE FUNCTION "char"(integer) RETURNS text AS '
> test'#     SELECT chr($1);
> test'# ' LANGUAGE SQL;
> ERROR:  parser: parse error at or near "sql"

Do you not need to quote the "SQL"?

> Perhaps due to my Postgresql version : postgresql-7.1.2.0

--
  Richard Huxton


В списке pgsql-general по дате отправления:

Предыдущее
От: Thierry Missimilly
Дата:
Сообщение: Successful Customer references
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: feature request - adding columns with default value