Re: little psql additions

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: little psql additions
Дата
Msg-id 200208110511.g7B5BIp18447@candle.pha.pa.us
обсуждение исходный текст
Ответ на little psql additions  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-patches
I am taking only the tab completion part of this.  Tom Lane added the
version to the psql startup display.

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:
>
> I append two little patches to psql.  One is for \v.  It is very simple
> in that it ignores multibyte stuff, for example.
>
> template1=# \v
> Client:
> PostgreSQL 7.3devel on i686-pc-linux-gnu, compiled by GCC 2.96
> Server:
> PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96
>
> The second enables tab-complete to analyze.  It ignores schema stuff (so
> does every tab-completion command AFAICS)
>
> --
> Alvaro Herrera (<alvherre[a]atentus.com>)
> "Nunca se desea ardientemente lo que solo se desea por razon" (F. Alexandre)

Content-Description: Analyze tab completion

[ Attachment, skipping... ]

Content-Description: Version backslash command

[ 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) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: stand-alone composite types patch (was [HACKERS] Proposal:
Следующее
От: Gavin Sherry
Дата:
Сообщение: CREATE OR REPLACE TRIGGER