Sign in
◑
Theme
apache
/
cloudberry
/
e66d65ce4c900961985e8ba767fbaa8363ccfce7
/
.
/
src
/
interfaces
/
ecpg
/
test
/
sql
/
define_prelim.pgc
blob: 7a984f74c84ef27c0402880cffade19af79c6809 [
file
]
/*
* 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
;