Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/comment.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ COMMENT ON VIEW my_view IS NULL;
<!--
There is no <command>COMMENT</command> command in the SQL standard.
-->
標準SQLには<command>COMMENT</command>はありません
標準SQLには<command>COMMENT</command>コマンドはありません
</para>
</refsect1>
</refentry>
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/create_collation.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ CREATE COLLATION german FROM "de_DE";
syntax to create a new collation is
a <productname>PostgreSQL</productname> extension.
-->
標準SQLには<command>CREATE COLLATION</command>が存在しますが、既存の照合順序のコピーに限定されています。
標準SQLには<command>CREATE COLLATION</command>文がありますが、既存の照合順序のコピーに限定されています。
新しい照合順序を作成するための構文は<productname>PostgreSQL</productname>の拡張です。
</para>
</refsect1>
Expand Down
4 changes: 2 additions & 2 deletions doc/src/sgml/ref/create_conversion.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ CREATE CONVERSION myconv FOR 'UTF8' TO 'LATIN1' FROM myfunc;
statement in the SQL standard, but a <command>CREATE TRANSLATION</command>
statement that is very similar in purpose and syntax.
-->
<command>CREATE CONVERSION</command>は<productname>PostgreSQL</productname>の拡張です。
標準SQLには<command>CREATE CONVERSION</command>文はありませんが、<command>CREATE TRANSLATION</command>文の目的および構文は非常に似たものです
<command>CREATE CONVERSION</command>は<productname>PostgreSQL</productname>の拡張です。
標準SQLには<command>CREATE CONVERSION</command>文はありませんが、目的と構文が非常に似ている<command>CREATE TRANSLATION</command>文があります
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/create_group.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CREATE GROUP <replaceable class="parameter">name</replaceable> [ [ WITH ] <repla
There is no <command>CREATE GROUP</command> statement in the SQL
standard.
-->
標準SQLには<command>CREATE GROUP</command>はありません
標準SQLには<command>CREATE GROUP</command>文はありません
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/create_statistics.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ EXPLAIN ANALYZE SELECT date_trunc('month', a), date_trunc('day', a)
<!--
There is no <command>CREATE STATISTICS</command> command in the SQL standard.
-->
標準SQLに<command>CREATE STATISTICS</command>コマンドはありません。
標準SQLには<command>CREATE STATISTICS</command>コマンドはありません。
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/drop_event_trigger.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ DROP EVENT TRIGGER snitch;
There is no <command>DROP EVENT TRIGGER</command> statement in the
SQL standard.
-->
<command>DROP EVENT TRIGGER</command>文は標準SQLにはありません
標準SQLには<command>DROP EVENT TRIGGER</command>文はありません
</para>

</refsect1>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/drop_opclass.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ DROP OPERATOR CLASS widget_ops USING btree;
There is no <command>DROP OPERATOR CLASS</command> statement in the
SQL standard.
-->
標準SQLには<command>DROP OPERATOR CLASS</command>は存在しません
標準SQLには<command>DROP OPERATOR CLASS</command>文はありません
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/listen.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Asynchronous notification "virtual" received from server process with PID 8448.
There is no <command>LISTEN</command> statement in the SQL
standard.
-->
標準SQLに<command>LISTEN</command>はありません
標準SQLには<command>LISTEN</command>文はありません
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/notify.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Asynchronous notification "foo" with payload "payload" received from server proc
There is no <command>NOTIFY</command> statement in the SQL
standard.
-->
標準SQLには<command>NOTIFY</command>はありません
標準SQLには<command>NOTIFY</command>文はありません
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/reindex.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ REINDEX TABLE CONCURRENTLY my_broken_table;
<!--
There is no <command>REINDEX</command> command in the SQL standard.
-->
標準SQLには<command>REINDEX</command>はありません
標準SQLには<command>REINDEX</command>コマンドはありません
</para>
</refsect1>

Expand Down
Loading