Skip to content

Commit ffcb149

Browse files
committed
Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistent
with SET TRANSACTION_ISOLATION, either.
1 parent cfa6999 commit ffcb149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/commands/variable.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.80 2003/07/15 19:19:56 tgl Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.81 2003/07/15 19:34:43 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -629,9 +629,9 @@ const char *
629629
show_XactIsoLevel(void)
630630
{
631631
if (XactIsoLevel == XACT_SERIALIZABLE)
632-
return "SERIALIZABLE";
632+
return "serializable";
633633
else
634-
return "READ COMMITTED";
634+
return "read committed";
635635
}
636636

637637

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy