Skip to content

Commit

Permalink
Merge pull request #2537 from MasahikoSawada/fix_subobjid
Browse files Browse the repository at this point in the history
イベントトリガ関数のSub-object IDを翻訳
  • Loading branch information
KenichiroTanaka authored Feb 15, 2023
2 parents 4ec91ea + c1ee25f commit 34932bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/src/sgml/func.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -36934,7 +36934,10 @@ FOR EACH ROW EXECUTE FUNCTION suppress_redundant_updates_trigger();
<row>
<entry><literal>objsubid</literal></entry>
<entry><type>integer</type></entry>
<!--
<entry>Sub-object ID (e.g., attribute number for a column)</entry>
-->
<entry>オブジェクトのサブID(例えば、列の列番号)</entry>
</row>
<row>
<entry><literal>command_tag</literal></entry>
Expand Down Expand Up @@ -37065,7 +37068,10 @@ FOR EACH ROW EXECUTE FUNCTION suppress_redundant_updates_trigger();
<row>
<entry><literal>objsubid</literal></entry>
<entry><type>integer</type></entry>
<!--
<entry>Sub-object ID (e.g., attribute number for a column)</entry>
-->
<entry>オブジェクトのサブID(例えば、列の列番号)</entry>
</row>
<row>
<entry><literal>original</literal></entry>
Expand Down

0 comments on commit 34932bd

Please sign in to comment.