Skip to content

Commit

Permalink
update for 16.4 - part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Aug 15, 2024
1 parent 18d6a1a commit 3cd6752
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/src/sgml/ref/alter_materialized_view.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r
<listitem>
<para>
<!--
Name of a new or existing column.
Name of an existing column.
-->
新しいまたは既存の列の名前です
既存の列の名前です
</para>
</listitem>
</varlistentry>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/create_role.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ in sync when changing the above synopsis!
During role creation it is possible to immediately assign the newly created
role to be a member of an existing role, and also assign existing roles
to be members of the newly created role. The rules for which initial
role membership options are enabled described below in the
role membership options are enabled are described below in the
<literal>IN ROLE</literal>, <literal>ROLE</literal>, and
<literal>ADMIN</literal> clauses. The <xref linkend="sql-grant"/>
command has fine-grained option control during membership creation,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/insert.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
[ OVERRIDING { SYSTEM | USER } VALUE ]
{ DEFAULT VALUES | VALUES ( { <replaceable class="parameter">expression</replaceable> | DEFAULT } [, ...] ) [, ...] | <replaceable class="parameter">query</replaceable> }
[ ON CONFLICT [ <replaceable class="parameter">conflict_target</replaceable> ] <replaceable class="parameter">conflict_action</replaceable> ]
[ RETURNING * | <replaceable class="parameter">output_expression</replaceable> [ [ AS ] <replaceable class="parameter">output_name</replaceable> ] [, ...] ]
[ RETURNING { * | <replaceable class="parameter">output_expression</replaceable> [ [ AS ] <replaceable class="parameter">output_name</replaceable> ] } [, ...] ]

<!--
<phrase>where <replaceable class="parameter">conflict_target</replaceable> can be one of:</phrase>
Expand Down

0 comments on commit 3cd6752

Please sign in to comment.