Re: ECPG Documentation Improvement

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема Re: ECPG Documentation Improvement
Дата
Msg-id 4C1B28E1.2020700@gmail.com
обсуждение исходный текст
Ответ на Re: ECPG Documentation Improvement  (Mark Richardson <markmapo@yahoo.com>)
Список pgsql-interfaces
Hi Mark,

Thanks for the comments.

On 2010/06/18 4:27, Mark Richardson wrote:
> Here's some info that I found...
> For conversion of Sybase .pc files to postgres .pgc files, you have to
> parse the .pc file and change from sybase format to postgres format. We
> used a simple script but here's what we changed the following (sybase is
> first column, postgres is second - quotes are used just to indicate the
> entire string, you don't need them in the search/replace)

As you mentioned, I feel the embeded SQL technology has
many compatibility challenges to port applications.
So now I'm thinking how we can hold such compatibility
tips or tricks in the manual.

I'm interested in having the "Compatibility" section
to gather compatibility information which depends on
several RDBMSes, like "Informix compatibility mode" section.
If it could be helpful, I will try it.

I have to work on SQLDA stuffs to clarify its usage,
because I heard that the PostgreSQL SQLDA is not compatible
with Oracle's one, it's compatible with others
(DB2? Sorry if it's wrong).

Thus, the PostgreSQL ECPG is currently a mixture of several
RDBMSes, so I want to clarify the spec and its compatibility.
I guess it could be helpful for application developers. :)

> I also looked up the boolean type for ecpg, the problem is in postgres
> 8.0.1 (maybe later)
> postgresql/src/interfaces/ecpglib/execute.c line 775 (case ECPGt_bool)
> the line was

I will check this, and modify the manual if we need.

Regards,
-- 
NAGAYASU Satoshi <satoshi.nagayasu@gmail.com>


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

Предыдущее
От: Mark Richardson
Дата:
Сообщение: Re: ECPG Documentation Improvement
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG Documentation Improvement