Re: ECPG bug: "unterminated quoted identifier"

Поиск
Список
Период
Сортировка
Искать
От
David G. Johnston
Тема
Re: ECPG bug: "unterminated quoted identifier"
Дата
Msg-id
CAKFQuwZbHfR1EEAkHEPq8fjtbRLmo+WVxPtJsWRtgkL3MUyFfA@mail.gmail.com
Ответ на
Список
Дерево обсуждения
ECPG bug: "unterminated quoted identifier" 1250kv <1250kv@gmail.com>
Re: ECPG bug: "unterminated quoted identifier" Tom Lane <tgl@sss.pgh.pa.us>
Re: ECPG bug: "unterminated quoted identifier" 1250kv <1250kv@gmail.com>
Re: ECPG bug: "unterminated quoted identifier" Tom Lane <tgl@sss.pgh.pa.us>
Re: ECPG bug: "unterminated quoted identifier" 1250kv <1250kv@gmail.com>
Re: ECPG bug: "unterminated quoted identifier" Tom Lane <tgl@sss.pgh.pa.us>
Re: ECPG bug: "unterminated quoted identifier" 1250kv <1250kv@gmail.com>
Re: ECPG bug: "unterminated quoted identifier" "David G. Johnston" <david.g.johnston@gmail.com>
Re: ECPG bug: "unterminated quoted identifier" 1250kv <1250kv@gmail.com>
On Tue, Oct 20, 2020 at 9:47 AM 1250kv <1250kv@gmail.com> wrote:
Hello
I have code:

void main()
{
  char *foo = "aaa\"bbb";
  EXEC SQL char *bar = "aaa\"bbb";
}

ecpg --version
ecpg (PostgreSQL) 13.0 (Ubuntu 13.0-1.pgdg20.04+1)

ecpg sample.pgc -o 1.c
sample .pgc:10: ERROR: unterminated quoted identifier

General usage questions regarding PostgreSQL and ECPG should be sent to the -general list.

What are you expecting to be the result of that?

David J.

В списке pgsql-bugs по дате отправления
От: David G. Johnston
Дата:
От: David G. Johnston
Дата:
Сообщение: Re: ECPG bug: PRAPARE FOR
FAQ