|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -274,19 +274,6 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE <replaceable class="PAR
|
274 | 274 | Column <literal>STORAGE</> settings are also copied from parent tables.
|
275 | 275 | </para>
|
276 | 276 |
|
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 |
| ---> |
290 | 277 | </listitem>
|
291 | 278 | </varlistentry>
|
292 | 279 |
|
|