Обсуждение: do child tables inherit indexes?

Поиск
Список
Период
Сортировка

do child tables inherit indexes?

От
Дата:
do child tables inherit the indexes declared for a parent table? or do i
need to redeclare the index on each child table?

for example:

  create table fee ( fie text );
  create index fee_index on fee ( fie );

  create table foe ( fum text ) inherits foo;
  create index foe_index on foe ( fie );      -- do i need to do this?


Regards,

Floyd Shackelford
4 Peaks Technology Group, Inc.
VOICE: 334.735.9428
FAX:   702.995.6462
EMAIL: FloydS@4PeaksTech.com
ICQ #: 161371538
PGP Key ID: 0x2E84F2F2
PGP Fone available on request at private.fwshackelford.com

Shackelford Motto: ACTA NON VERBA - Actions, not words

Alabama State Motto: AUDEMUS JURA NOSTRA DEFENDERE - We Dare Defend Our
Rights

The Philosophy of Liberty: http://www.isil.org/resources/introduction.swf

"We have allowed our constitutional republic to deteriorate into a virtually
unchecked direct democracy. Today's political process is nothing more than a
street fight between various groups seeking to vote themselves other
people's money. Individual voters tend to support the candidate that
promises them the most federal loot in whatever form, rather than the
candidate who will uphold the rule of law." --Rep. Ron Paul


Re: do child tables inherit indexes?

От
Karsten Hilbert
Дата:
> Shackelford Motto: ACTA NON VERBA - Actions, not words
Your sig defies your motto.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346