Skip to content

Commit 647d183

Browse files
nachoalonsoportillodwsteele
authored andcommitted
Fix typo in log_parameter GUC description.
Reviewed by David Steele (@dwsteele)
1 parent 71d5475 commit 647d183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgaudit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ _PG_init(void)
22172217

22182218
"Specifies that audit logging should include the parameters that were "
22192219
"passed with the statement. When parameters are present they will be "
2220-
"be included in CSV format after the statement text.",
2220+
"included in CSV format after the statement text.",
22212221

22222222
NULL,
22232223
&auditLogParameter,

0 commit comments

Comments
 (0)