BUG #14041: transaction_read_only documentation
The following bug has been logged on the website:
Bug reference: 14041
Logged by: Andras Jako
Email address: jako.andras@eik.bme.hu
PostgreSQL version: 9.5.1
Operating system: FreeBSD
Description:
http://www.postgresql.org/docs/9.5/static/hot-standby.html says: "Users will
be able to tell whether their session is read-only by issuing SHOW
transaction_read_only."
http://www.postgresql.org/docs/9.5/static/sql-show.html says: "Available
parameters are documented in Chapter 18 and on the SET reference page."
But I can't find transaction_read_only mentioned nor in Chapter 18 nor on
the SET reference page.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
On Wed, Mar 23, 2016 at 11:05:19AM +0000, jako.andras@eik.bme.hu wrote:
The following bug has been logged on the website:
Bug reference: 14041
Logged by: Andras Jako
Email address: jako.andras@eik.bme.hu
PostgreSQL version: 9.5.1
Operating system: FreeBSD
Description:http://www.postgresql.org/docs/9.5/static/hot-standby.html says: "Users will
be able to tell whether their session is read-only by issuing SHOW
transaction_read_only."
http://www.postgresql.org/docs/9.5/static/sql-show.html says: "Available
parameters are documented in Chapter 18 and on the SET reference page."But I can't find transaction_read_only mentioned nor in Chapter 18 nor on
the SET reference page.
Yes, this is odd. This shows default_transaction_read_only:
http://www.postgresql.org/docs/9.5/static/runtime-config-client.html
but not transaction_read_only. I think we need to fix that.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs