8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71f9a0 commit a47834dCopy full SHA for a47834d
doc/src/sgml/ddl.sgml
@@ -1144,7 +1144,8 @@ CREATE TABLE circles (
1144
1145
<para>
1146
The OID of the table containing this row. This column is
1147
- particularly handy for queries that select from inheritance
+ particularly handy for queries that select from partitioned
1148
+ tables (see <xref linkend="ddl-partitioning"/>) or inheritance
1149
hierarchies (see <xref linkend="ddl-inherit"/>), since without it,
1150
it's difficult to tell which individual table a row came from. The
1151
<structfield>tableoid</structfield> can be joined against the
0 commit comments