Skip to content

Commit

Permalink
tableに対してテーブルが入っていないところの見直し
Browse files Browse the repository at this point in the history
テーブルが抜けている箇所の修正。
information_schema.sgmlは記述を統一するように見直しました。
  • Loading branch information
noborus committed Dec 27, 2024
1 parent 5260dca commit e37d0f2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/src/sgml/fdwhandler.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ GetForeignPaths(PlannerInfo *root,
estimates, and can contain any FDW-private information that is needed to
identify the specific scan method intended.
-->
この関数は、少なくとも一つのアクセスパス(<structname>ForeignPath</structname>ノード)を作成して、それぞれのパスを<literal>baserel-&gt;pathlist</literal>に追加するために<function>add_path</function>を呼ばなければなりません。
この関数は、外部テーブルのスキャンに対して少なくとも一つのアクセスパス(<structname>ForeignPath</structname>ノード)を作成して、それぞれのパスを<literal>baserel-&gt;pathlist</literal>に追加するために<function>add_path</function>を呼ばなければなりません。
<structname>ForeignPath</structname>ノードを構築するには<function>create_foreignscan_path</function>を使うことが推奨されています。
この関数は、たとえばソート済みの結果を表現する有効な<literal>pathkeys</literal>を持つパスのような複数のアクセスパスを作成することが出来ます。
それぞれのアクセスパスはコスト見積もりを含まねばならず、また意図した特定のスキャン方式を識別するのに必要なFDW固有の情報を持つことが出来ます。
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/glossary.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ WALファイルと組み合わせてリカバリ、ログシッピング、ま
from which all granted permissions originate. Because of these things, this
role may not be dropped.
-->
このユーザは、各データベースでシステムカタログをすべて所有しています
このユーザは、各データベースでシステムカタログテーブルをすべて所有しています
また、すべての許可された権限の発生元のロールでもあります。
これらのことから、このロールは削除できません。
</para>
Expand Down
14 changes: 7 additions & 7 deletions doc/src/sgml/information_schema.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,7 @@ PostgreSQLでは、データベースごとに一つの文字セットしか存
column that is used by some constraint (always the current
database)
-->
ある制約で使用される列を持つデータベースの名前です
ある制約で使用される列を含むテーブルを持つデータベースの名前です
(常に現在のデータベースです)。
</para></entry>
</row>
Expand All @@ -2970,7 +2970,7 @@ PostgreSQLでは、データベースごとに一つの文字セットしか存
Name of the schema that contains the table that contains the
column that is used by some constraint
-->
ある制約で使用される列を持つテーブルを含むスキーマの名前です
ある制約で使用される列を含むテーブルを持つスキーマの名前です
</para></entry>
</row>

Expand Down Expand Up @@ -5194,7 +5194,7 @@ ORDER BY c.ordinal_position;
column that is restricted by this constraint (always the
current database)
-->
この制約によって制限を受ける列を持つテーブルを持つデータベースの名前です
この制約によって制限を受ける列を含むテーブルを持つデータベースの名前です
(常に現在のデータベースです)。
</para></entry>
</row>
Expand Down Expand Up @@ -6655,7 +6655,7 @@ PostgreSQLではデータ型は実際の権限を持たず、<literal>PUBLIC</li
-->
<literal>routine_column_usage</literal>ビューは、SQL本体またはパラメータのデフォルト式のいずれかで関数またはプロシージャによって使用されるすべての列を識別します。
(これは、引用符で囲まれていないSQL本体に対してのみ機能し、引用符で囲まれた本文や他の言語の関数では機能しません。)
列が含まれるのは、その列が現在有効なロールによって所有されている場合のみです
列が含まれるのは、そのテーブルが現在有効なロールによって所有されている場合のみです
</para>

<table>
Expand Down Expand Up @@ -8841,7 +8841,7 @@ PostgreSQLではデータ型は実際の権限を持たず、<literal>PUBLIC</li
same information that is presented in <xref linkend="features"/>.
There you can also find some additional background information.
-->
<literal>sql_features</literal>ビューには、標準SQLで定義された公式な機能のどれが<productname>PostgreSQL</productname>でサポートされているかについての情報があります。
<literal>sql_features</literal>テーブルには、標準SQLで定義された公式な機能のどれが<productname>PostgreSQL</productname>でサポートされているかについての情報があります。
これは<xref linkend="features"/>内に記された情報と同じものです。
また、ここには背景について追加情報がいくつかあります。
</para>
Expand Down Expand Up @@ -8975,7 +8975,7 @@ PostgreSQLではデータ型は実際の権限を持たず、<literal>PUBLIC</li
information items are not described here; you will find them in the
description of the ODBC interface.
-->
<literal>sql_implementation_info</literal>ビューには、標準SQLで実装依存で定義するものとされている各種状況に関する情報があります。
<literal>sql_implementation_info</literal>テーブルには、標準SQLで実装依存で定義するものとされている各種状況に関する情報があります。
この情報は主にODBCインタフェース環境での使用を意図しています。
他のインタフェースのユーザはおそらくこの情報があまり役に立たないものと考えるでしょう。
このため、個々の実装情報項目をここでは記載しません。
Expand Down Expand Up @@ -11413,7 +11413,7 @@ SQLは二種類のユーザ定義データ型を知っています。構造化
Name of the database that contains the table that contains the
column that is used by the view (always the current database)
-->
ビューで使用される列を持つテーブルが含まれるデータベースの名前です
ビューで使用される列を含むテーブルを持つデータベースの名前です
(常に現在のデータベースです)。
</para></entry>
</row>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/perform.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2546,7 +2546,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
an <function>fsync</function> at the end than by writing WAL.)
-->
こうすると、WALデータを処理する保管処理またはWAL送信処理にかかる時間がかからないことの他に、実際のところ、特定のコマンドをより高速にします。
<varname>wal_level</varname>が<literal>minimal</literal>の場合、これらのコマンドではWALへの書き出しは全く予定されないためです
<varname>wal_level</varname>が<literal>minimal</literal>の場合、現在のサブトランザクション(またはトップレベルトランザクション)が変更するテーブルやインデックスを作成または切り詰めた場合、WALへの書き出しは全く予定されないためです
(これらは最後に<function>fsync</function>を実行することで、WALへの書き込みより安価にクラッシュした場合の安全性を保証することができます。)
</para>
</sect2>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/ref/create_publication.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
tables or schemas are to be added later.
-->
<literal>FOR TABLE</literal>、<literal>FOR ALL TABLES</literal>、<literal>FOR TABLES IN SCHEMA</literal>のいずれも指定されていない場合、パブリケーションは空のテーブルの集合で作られます。
これは後でテーブルを追加したい場合に便利です
これは後でテーブルやスキーマを追加したい場合に便利です
</para>

<para>
Expand Down

0 comments on commit e37d0f2

Please sign in to comment.