8.0 ecpg crashes with "create table as" statement.

Поиск
Список
Период
Сортировка
От TANIDA Yutaka
Тема 8.0 ecpg crashes with "create table as" statement.
Дата
Msg-id 20050209152955.B146.TANIDA@sra.co.jp
обсуждение исходный текст
Ответы Re: 8.0 ecpg crashes with "create table as" statement.  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-bugs
ecpg on 8.0.x crashes while compiling "create table as" statements. For
example,

#include <sqlca.h>
int main(){
    EXEC SQL create table a as select 1;
    exit(0);
}

Here's a patch attached.


--
TANIDA Yutaka <tanida@sra.co.jp>

Вложения

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

Предыдущее
От: Joe Brown
Дата:
Сообщение: Re: BUG #1466: #maintenace_work_mem = 16384
Следующее
От: rob
Дата:
Сообщение: Re: SELECT returning too many rows (?)