Re: psql - add special variable to reflect the last query status
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-05-22T19:48:25Z
Lists: pgsql-hackers
2017-05-22 21:33 GMT+02:00 Fabien COELHO <coelho@cri.ensmp.fr>: > > Please find attached a v2 which hopefully takes into account all your >>> points above. >>> >>> Open question: should it gather more PQerrorResultField, or the two >>> selected one are enough? If more, which should be included? >>> >> >> >> I don't think so it is necessary. No in this moment. ERROR_CODE and >> ERROR_MESSAGE are fundamental - and if we add other, then we should to add >> all. Has not sense to add only some. >> > > Ok. I'm fine with stopping at CODE & MESSAGE. I have not any other comments. The implementation is trivial. I rerun all tests and tests passed. I'll mark this patch as ready for commiters. Regards Pavel > > > -- > Fabien. >
Commits
-
Add psql variables to track success/failure of SQL queries.
- 69835bc89888 11.0 landed