Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffcb149

Browse files
committed
Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistent
with SET TRANSACTION_ISOLATION, either.
1 parentcfa6999 commitffcb149

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)

[8]ページ先頭

©2009-2025 Movatter.jp