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

Commit752672c

Browse files
committed
Remove long-commented-out paragraph in documentation about function
inheritance in create table, per Andrew Dunstan.
1 parentc750cb4 commit752672c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.121 2010/01/28 23:21:11 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.122 2010/02/22 23:51:40 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -274,19 +274,6 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable class="PAR
274274
Column <literal>STORAGE</> settings are also copied from parent tables.
275275
</para>
276276

277-
<!--
278-
<para>
279-
<productname>PostgreSQL</> automatically allows the
280-
created table to inherit
281-
functions on tables above it in the inheritance hierarchy; that
282-
is, if we create table <literal>foo</literal> inheriting from
283-
<literal>bar</literal>, then functions that accept the tuple
284-
type <literal>bar</literal> can also be applied to instances of
285-
<literal>foo</literal>. (Currently, this works reliably for
286-
functions on the first or only parent table, but not so well for
287-
functions on additional parents.)
288-
</para>
289-
-->
290277
</listitem>
291278
</varlistentry>
292279

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp