From 0ada20626ff0ececb41876dfcf3abbdf15453308 Mon Sep 17 00:00:00 2001 From: Noboru Saito Date: Tue, 28 Jul 2026 20:47:34 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A8=99=E6=BA=96SQL=E3=81=AB=E3=81=AF?= =?UTF-8?q?=E3=80=9C[=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89|=E6=96=87]?= =?UTF-8?q?=E3=81=AF=E3=81=82=E3=82=8A=E3=81=BE=E3=81=9B=E3=82=93=E3=80=82?= =?UTF-8?q?=E3=81=AE=E5=AE=9A=E5=9E=8B=E6=96=87=E3=82=92=E7=B5=B1=E4=B8=80?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/sgml/ref/comment.sgml | 2 +- doc/src/sgml/ref/create_collation.sgml | 2 +- doc/src/sgml/ref/create_conversion.sgml | 4 ++-- doc/src/sgml/ref/create_group.sgml | 2 +- doc/src/sgml/ref/create_statistics.sgml | 2 +- doc/src/sgml/ref/drop_event_trigger.sgml | 2 +- doc/src/sgml/ref/drop_opclass.sgml | 2 +- doc/src/sgml/ref/listen.sgml | 2 +- doc/src/sgml/ref/notify.sgml | 2 +- doc/src/sgml/ref/reindex.sgml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml index ce300934722..c02a1a642de 100644 --- a/doc/src/sgml/ref/comment.sgml +++ b/doc/src/sgml/ref/comment.sgml @@ -488,7 +488,7 @@ COMMENT ON VIEW my_view IS NULL; -標準SQLにはCOMMENTはありません。 +標準SQLにはCOMMENTコマンドはありません。 diff --git a/doc/src/sgml/ref/create_collation.sgml b/doc/src/sgml/ref/create_collation.sgml index 2458cd8d4d2..7f7507f5bb7 100644 --- a/doc/src/sgml/ref/create_collation.sgml +++ b/doc/src/sgml/ref/create_collation.sgml @@ -410,7 +410,7 @@ CREATE COLLATION german FROM "de_DE"; syntax to create a new collation is a PostgreSQL extension. --> -標準SQLにはCREATE COLLATIONが存在しますが、既存の照合順序のコピーに限定されています。 +標準SQLにはCREATE COLLATION文がありますが、既存の照合順序のコピーに限定されています。 新しい照合順序を作成するための構文はPostgreSQLの拡張です。 diff --git a/doc/src/sgml/ref/create_conversion.sgml b/doc/src/sgml/ref/create_conversion.sgml index 71aeabf1d13..55d7a4c5044 100644 --- a/doc/src/sgml/ref/create_conversion.sgml +++ b/doc/src/sgml/ref/create_conversion.sgml @@ -253,8 +253,8 @@ CREATE CONVERSION myconv FOR 'UTF8' TO 'LATIN1' FROM myfunc; statement in the SQL standard, but a CREATE TRANSLATION statement that is very similar in purpose and syntax. --> -CREATE CONVERSIONは、PostgreSQLの拡張です。 -標準SQLにはCREATE CONVERSION文はありませんが、CREATE TRANSLATION文の目的および構文は非常に似たものです。 +CREATE CONVERSIONPostgreSQLの拡張です。 +標準SQLにはCREATE CONVERSION文はありませんが、目的と構文が非常に似ているCREATE TRANSLATION文があります。 diff --git a/doc/src/sgml/ref/create_group.sgml b/doc/src/sgml/ref/create_group.sgml index b65d7cfe3e8..894b27d1b08 100644 --- a/doc/src/sgml/ref/create_group.sgml +++ b/doc/src/sgml/ref/create_group.sgml @@ -79,7 +79,7 @@ CREATE GROUP name [ [ WITH ] CREATE GROUP statement in the SQL standard. --> -標準SQLにはCREATE GROUPはありません。 +標準SQLにはCREATE GROUP文はありません。 diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index bd4a83b836c..7799879ec36 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -453,7 +453,7 @@ EXPLAIN ANALYZE SELECT date_trunc('month', a), date_trunc('day', a) -標準SQLにCREATE STATISTICSコマンドはありません。 +標準SQLにはCREATE STATISTICSコマンドはありません。 diff --git a/doc/src/sgml/ref/drop_event_trigger.sgml b/doc/src/sgml/ref/drop_event_trigger.sgml index 66f97d42ff7..2b1d919932d 100644 --- a/doc/src/sgml/ref/drop_event_trigger.sgml +++ b/doc/src/sgml/ref/drop_event_trigger.sgml @@ -140,7 +140,7 @@ DROP EVENT TRIGGER snitch; There is no DROP EVENT TRIGGER statement in the SQL standard. --> -DROP EVENT TRIGGER文は標準SQLにはありません。 +標準SQLにはDROP EVENT TRIGGER文はありません。 diff --git a/doc/src/sgml/ref/drop_opclass.sgml b/doc/src/sgml/ref/drop_opclass.sgml index e484d0511f1..84bd0929095 100644 --- a/doc/src/sgml/ref/drop_opclass.sgml +++ b/doc/src/sgml/ref/drop_opclass.sgml @@ -195,7 +195,7 @@ DROP OPERATOR CLASS widget_ops USING btree; There is no DROP OPERATOR CLASS statement in the SQL standard. --> -標準SQLにはDROP OPERATOR CLASSは存在しません。 +標準SQLにはDROP OPERATOR CLASS文はありません。 diff --git a/doc/src/sgml/ref/listen.sgml b/doc/src/sgml/ref/listen.sgml index 6b5e6abfdd0..71f0d703ba5 100644 --- a/doc/src/sgml/ref/listen.sgml +++ b/doc/src/sgml/ref/listen.sgml @@ -206,7 +206,7 @@ Asynchronous notification "virtual" received from server process with PID 8448. There is no LISTEN statement in the SQL standard. --> -標準SQLにLISTENはありません。 +標準SQLにはLISTEN文はありません。 diff --git a/doc/src/sgml/ref/notify.sgml b/doc/src/sgml/ref/notify.sgml index b44a4e2f1f8..bfc08837eef 100644 --- a/doc/src/sgml/ref/notify.sgml +++ b/doc/src/sgml/ref/notify.sgml @@ -323,7 +323,7 @@ Asynchronous notification "foo" with payload "payload" received from server proc There is no NOTIFY statement in the SQL standard. --> -標準SQLにはNOTIFYはありません。 +標準SQLにはNOTIFY文はありません。 diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index fc6710b5421..3e559669e8b 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -820,7 +820,7 @@ REINDEX TABLE CONCURRENTLY my_broken_table; -標準SQLにはREINDEXはありません。 +標準SQLにはREINDEXコマンドはありません。