ECPG bug: "unterminated quoted identifier"

Поиск
Список
Период
Сортировка
От 1250kv
Тема ECPG bug: "unterminated quoted identifier"
Дата
Msg-id CA+4qtLct1L=gUordX4c_AdctJ+vZBsebYYLBk18LX8dLHthktg@mail.gmail.com
обсуждение исходный текст
Ответы Re: ECPG bug: "unterminated quoted identifier"
Re: ECPG bug: "unterminated quoted identifier"
Список pgsql-bugs
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

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