Re: DatabaseMetaData patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: DatabaseMetaData patch
Дата
Msg-id 200108210037.f7L0b8126608@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: DatabaseMetaData patch  (Liam Stewart <liams@redhat.com>)
Список pgsql-patches
Patch applied.  Thanks.

> On Fri, Aug 17, 2001 at 11:17:45PM +0200, Rene Pijlman wrote:
> >
> > Shouldn't
> >
> >    throw new PSQLException("metadata unavailable");
> >
> > in getTypeInfo() be something like:
> >
> >    throw new PSQLException("postgresql.meta.unavailable");
> >
> > to allow translation of the error message in the
> > errors*.properties files?
>
> You're right. Attached is an updated patch that also includes a message
> in error.properties. I've attempted a French message in
> errors_fr.properties but beware that I haven't written French in quite a
> few years. Don't know Italian, German, or Dutch so I can't do those.
>
> Liam
>
> --
> Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: New version of XML support routines (0.2)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgcrypto updateh