Skip to content

Commit af080f6

Browse files
arodrgrhackorum
authored andcommitted
Update the SET statement documentation for clarity when using SCHEMA and NAMES
Added a new variant to the SET statement to include the special syntax for SET SCHEMA and SET NAMES.
1 parent 19733fa commit af080f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/src/sgml/ref/set.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ PostgreSQL documentation
2222
<refsynopsisdiv>
2323
<synopsis>
2424
SET [ SESSION | LOCAL ] <replaceable class="parameter">configuration_parameter</replaceable> { TO | = } { <replaceable class="parameter">value</replaceable> [, ...] | DEFAULT }
25+
SET [ SESSION | LOCAL ] [ SCHEMA | NAMES ] { '<replaceable class="parameter">value</replaceable>' }
2526
SET [ SESSION | LOCAL ] TIME ZONE { <replaceable class="parameter">value</replaceable> | LOCAL | DEFAULT }
2627
</synopsis>
2728
</refsynopsisdiv>

0 commit comments

Comments
 (0)