Fwd: ERRONIOUS .cpg parsing

Поиск
Список
Период
Сортировка
От Unixprgrmr@aol.com
Тема Fwd: ERRONIOUS .cpg parsing
Дата
Msg-id 193.dd59a80.2ac360ad@aol.com
обсуждение исходный текст
Ответы Re: Fwd: ERRONIOUS .cpg parsing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I discovered and can easily repeat:

EXEC SQL TRUNCATE TABLE foo;

being translated to:

EXEC SQL DROP TABLE foo;

in the cpg preprocessor!!!
Is there a valid reason for this? OR is this a COCK-ROACH????

Thanks for your help!
Lynn

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Administrator issue
Следующее
От: Unixprgrmr@aol.com
Дата:
Сообщение: Fwd: how do I detect when I have reached the last record of the table in ecpg?