Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita47834d

Browse files
committed
doc: Improve tableoid description
Mention that it's useful for determining table names for partitionedtables 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 parentc71f9a0 commita47834d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp