Skip to content

Commit 3a5f9ae

Browse files
committed
minor doc reformating
1 parent 32ddc42 commit 3a5f9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ You can set level of warnings via function's parameters:
179179
* `newtable DEFAULT NULL`, `oldtable DEFAULT NULL` - the names of NEW or OLD transition
180180
tables. These parameters are required when transition tables are used in trigger functions.
181181

182-
* `use_incomment_options` - when it is true (default), then in-comment options are active
182+
* `use_incomment_options DEFAULT true` - when it is true, then in-comment options are active
183183

184-
* `incomment_options_usage_warning` - when it is true (default is false), then the warning is raised when
184+
* `incomment_options_usage_warning DEFAULT false` - when it is true, then the warning is raised when
185185
in-comment option is used.
186186

187187
## Triggers

0 commit comments

Comments
 (0)