/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/sql/define_prelim.pgc
6 строк
187 B
Tom Lane
Fix assorted bugs in ecpg's macro mechanism.
16 апр 2024, 19:31
16 апр 2024, 19:31
6f0cef9
Код
Авторство
О чём код?
/* * Test that the effects of these commands don't carry over to the next * file named on the ecpg command line. */ exec sql define CMDLINESYM 999; exec sql define NONCMDLINESYM 1234;