Re: [HACKERS] pg_attribute.attisinherited ?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] pg_attribute.attisinherited ?
Дата
Msg-id 200208282113.g7SLD1c03595@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] pg_attribute.attisinherited ?  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-patches
[ Tom Lane will be reviewing this patch.]

Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Alvaro Herrera wrote:
> En Tue, 27 Aug 2002 17:26:56 -0400 (EDT)
> Bruce Momjian <pgman@candle.pha.pa.us> escribi?:
>
> >
> > Patch withdrawn by author.
>
> Ok, new version.  Please remember to change catversion.
>
> Description of this patch:
>
> - Adds a new attribute in pg_attribute named attisinherited.
> - Creation of tables marks it true for attributes that are inherited
> - Addition of new attribute to existing inherited table marks the
>   attribute as inherited for child tables.
> - Checked when trying to rename inherited attributes: if table has
>   inheritors, only allow renaming if asked to recurse.  Disallow
>   renaming for child tables only.
> - Checked when trying to drop inherited attributes: if table has
>   inheritors, mark attribute as non-inherited for direct inheritors.
>   Disallow dropping for child tables only.
>
> As an added bonus
> - Check inheritance when adding new attributes (if table has inheritors,
>   only allow new attribute if it's inherited also).
>
> --
> Alvaro Herrera (<alvherre[a]atentus.com>)
> "Acepta los honores y aplausos y perderas tu libertad"
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Spanish translation patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: revised patch for PL/PgSQL table functions