Re: Build from file syntax troublem (part II).

Поиск
Список
Период
Сортировка
От Radtchenko Igor
Тема Re: Build from file syntax troublem (part II).
Дата
Msg-id 936719781.20050307132147@komi.parma.ru
обсуждение исходный текст
Ответ на Re: Build from file syntax troublem.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Build from file syntax troublem (part II).  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hello Tom,

Thank you very much for such fast reply.

But now, after I've installed 8.0.1, it says things as examples in
little attach.
<------
Where I have to dig?.. :(

Sunday, March 06, 2005, 2:38:26 AM, you wrote:

TL> Igor Radtchenko <inta@komi.parma.ru> writes:
>> CREATE FUNCTION public.from_days(int4) RETURNS timestamp AS '
>>     select ''0000-01-02''::timestamp + ($1 || '' days'')::interval as result
>> '  LANGUAGE 'sql' VOLATILE;

>> The parser abuse  that
>> 'parse error at or near  '"."  ',
>> 'parse error at or near  "public'"  ',
>> 'parse error at or near  "#'"  '.

>> PostgeSQL version is 7.2.3.

TL> You need 7.3 or later to deal with schema-aware commands.

TL>                         regards, tom lane



--
Best regards,
 Radtchenko                            mailto:inta@komi.parma.ru

Вложения

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

Предыдущее
От: Stef
Дата:
Сообщение: Postgres schema comparison.
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: [SQL] Postgres schema comparison.