Re: psql domains

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: psql domains
Дата
Msg-id 200203071812.g27ICn016034@candle.pha.pa.us
обсуждение исходный текст
Ответ на psql domains  (Jonathan Eisler <johny@rift.com>)
Ответы Re: psql domains  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Jonathan, I have had to back out this patch because the domain patch
that it requires needed to be backed out too.  As soon as the domain
patch is re-added to CVS, I will reapply your psql domain patch.

Thanks.

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

pgman wrote:
>
> 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.
>
> ---------------------------------------------------------------------------
>
>
> Jonathan Eisler wrote:
> > Here is a diff of changes to the psql source code implementing a simple
> > 'list domains' command '\dD'. This is the interface component of
> > rbt@zort.ca's domain backend modifications.
> >
> > Cheers,
> >
> > Johny
>
> Content-Description:
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(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) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Fernando Nasser
Дата:
Сообщение: Reorder definitions in parsenodes.h
Следующее
От: "Rod Taylor"
Дата:
Сообщение: Re: Basic DOMAIN Support