OSDN Git Service

Fix compile error. Make transaction/work optional on all transaction
authorBruce Momjian <bruce@momjian.us>
Sun, 26 Jul 1998 01:18:09 +0000 (01:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 26 Jul 1998 01:18:09 +0000 (01:18 +0000)
commit01a651aaf945353422795ab6db5a4ebfc6e4b085
treec7b1bea690d82391fbdfedf3fcd4fedfe7e75a87
parentd8d0aa019bc89e7cdc9c9c0ebd4f7e398d5248fe
Fix compile error.  Make transaction/work optional on all transaction
statements.  More cleanups of psql help.  Fix for shift/reduce on
UNION in subselect.
src/backend/parser/gram.c
src/backend/parser/gram.y
src/backend/parser/parse.h
src/bin/psql/psql.c
src/bin/psql/psqlHelp.h