diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-01-29 16:58:54 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-01-29 16:58:54 +0000 |
| commit | 2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab (patch) | |
| tree | dcd592dcfdebbc799bd225ac8bf50c0dfe1e61eb /src/test | |
| parent | 7e7416bd4e221fd95701a048eaf2893ab379d9a5 (diff) | |
| download | postgresql-2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab.tar.gz | |
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
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/expected/errors.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/errors.out b/src/test/regress/expected/errors.out index 61f1dfd012..2aa6be0ce5 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 |
