|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.172 2003/11/29 19:52:03 pgsql Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.173 2003/12/01 03:55:21 momjian Exp $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
@@ -808,7 +808,7 @@ static struct config_bool ConfigureNamesBool[] =
|
808 | 808 | },
|
809 | 809 | {
|
810 | 810 | {"transaction_read_only", PGC_USERSET, CLIENT_CONN_STATEMENT,
|
811 |
| - gettext_noop("Shows the current transaction's read-only status."), |
| 811 | + gettext_noop("Sets the current transaction's read-only status."), |
812 | 812 | NULL,
|
813 | 813 | GUC_NO_RESET_ALL | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
|
814 | 814 | },
|
@@ -1532,7 +1532,7 @@ static struct config_string ConfigureNamesString[] =
|
1532 | 1532 | {
|
1533 | 1533 | /* Not for general use --- used by SET SESSION AUTHORIZATION */
|
1534 | 1534 | {"session_authorization", PGC_USERSET, UNGROUPED,
|
1535 |
| - gettext_noop("Shows the session user name."), |
| 1535 | + gettext_noop("Sets the session user name."), |
1536 | 1536 | NULL,
|
1537 | 1537 | GUC_REPORT | GUC_NO_SHOW_ALL | GUC_NO_RESET_ALL | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
|
1538 | 1538 | },
|
@@ -1572,7 +1572,7 @@ static struct config_string ConfigureNamesString[] =
|
1572 | 1572 |
|
1573 | 1573 | {
|
1574 | 1574 | {"transaction_isolation", PGC_USERSET, CLIENT_CONN_STATEMENT,
|
1575 |
| - gettext_noop("Shows the current transaction's isolation level."), |
| 1575 | + gettext_noop("Sets the current transaction's isolation level."), |
1576 | 1576 | NULL,
|
1577 | 1577 | GUC_NO_RESET_ALL | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
|
1578 | 1578 | },
|
|
0 commit comments