mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user