1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add missing file.

This commit is contained in:
Bruce Momjian
1998-03-20 17:24:37 +00:00
parent 922c83fe62
commit ee85fda2ad

View File

@ -0,0 +1,4 @@
exec sql include sqlca;
exec sql whenever not found do set_not_found();
exec sql whenever sqlerror sqlprint;