Sign in
apache
/
cloudberry
/
refs/heads/cbdb-postgres-merge
/
.
/
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
;