Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a47834d

Browse files
committed
doc: Improve tableoid description
Mention that it's useful for determining table names for partitioned tables as well as for those in inheritance hierarchies. Author: Ian Lawrence Barwick <barwick@gmail.com> Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/CAB8KJ=gFmBXP=P9htziOj+WM5PDAK4qc7iGQta+8kUh306kQnw@mail.gmail.com
1 parent c71f9a0 commit a47834d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ddl.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,8 @@ CREATE TABLE circles (
11441144

11451145
<para>
11461146
The OID of the table containing this row. This column is
1147-
particularly handy for queries that select from inheritance
1147+
particularly handy for queries that select from partitioned
1148+
tables (see <xref linkend="ddl-partitioning"/>) or inheritance
11481149
hierarchies (see <xref linkend="ddl-inherit"/>), since without it,
11491150
it's difficult to tell which individual table a row came from. The
11501151
<structfield>tableoid</structfield> can be joined against the

0 commit comments

Comments
 (0)