Re: psql COPY vs. ON_ERROR_ROLLBACK, multi-command strings
Alvaro Herrera <alvherre@commandprompt.com>
From: Alvaro Herrera <alvherre@commandprompt.com>
To: Noah Misch <noah@leadboat.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2012-01-25T21:25:46Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Have \copy go through SendQuery
- 08146775acd8 9.2.0 cited
Excerpts from Noah Misch's message of sáb ene 14 12:40:02 -0300 2012: > It has bothered me that psql's \copy ignores the ON_ERROR_ROLLBACK setting. > Only SendQuery() takes note of ON_ERROR_ROLLBACK, and \copy, like all > backslash commands, does not route through SendQuery(). Looking into this > turned up several other weaknesses in psql's handling of COPY. Interesting. Committed, thanks. -- Álvaro Herrera <alvherre@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support