Re: ECPG ... how to convert from oracle -> pgsql ...

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: ECPG ... how to convert from oracle -> pgsql ...
Дата
Msg-id 20020117202723.GB1347@feivel.fam-meskes.de
обсуждение исходный текст
Ответ на ECPG ... how to convert from oracle -> pgsql ...  ("Marc G. Fournier" <scrappy@hub.org>)
Ответы Re: ECPG ... how to convert from oracle -> pgsql ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-interfaces
On Thu, Jan 17, 2002 at 01:47:19PM -0400, Marc G. Fournier wrote:
>     Been asked to look into the difficultly of converting from Oracle
> embedded C -> PostgreSQL, and, so far, I'm totally lost ...

Shouldn't be too difficult though as I tried to add some Oracle
compatibility hacks. But the more non-standard features your Oracle program
uses the more difficult it gets.

> docs on the web site, don't seem to help much, unless I'm just reading the
> wrong sections (Programmers Guide) ...

Ehem, the docs need work.

> rmail.pc:95: ERROR: parse error at or near "("

Should be fixed in CVS. Up to version 2.8.0 (PGSQL 7.1.3) ecpg didn't allow
casts in declare section.

>     Okay, so that is Oracle specific ... just remove it?

You have too. We do not have anything similar to oraca.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: ECPG ... how to convert from oracle -> pgsql ...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ECPG ... how to convert from oracle -> pgsql ...