From 2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 29 Jan 2000 16:58:54 +0000 Subject: A few minor psql enhancements Initdb help correction Changed end/abort to commit/rollback and changed related notices Commented out way old printing functions in libpq Fixed a typo in alter table / alter column --- src/test/regress/expected/errors.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test') diff --git a/src/test/regress/expected/errors.out b/src/test/regress/expected/errors.out index 61f1dfd0129..2aa6be0ce56 100644 --- a/src/test/regress/expected/errors.out +++ b/src/test/regress/expected/errors.out @@ -93,10 +93,10 @@ ERROR: renameatt: attribute "oid" exists -- not in a xact abort; -NOTICE: UserAbortTransactionBlock and not in in-progress state +NOTICE: ROLLBACK: no transaction in progress -- not in a xact end; -NOTICE: EndTransactionBlock and not inprogress/abort state +NOTICE: COMMIT: no transaction in progress -- -- DEFINE AGGREGATE -- cgit v1.2.3