Re: DatabaseMetaData patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Liam Stewart <liams(at)redhat(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: DatabaseMetaData patch
Date: 2001-08-20 14:52:30
Message-ID: 200108201452.f7KEqU205082@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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.

> 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(at)redhat(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-20 15:45:02 Re: LIKE indexing
Previous Message Bruce Momjian 2001-08-20 14:52:12 Re: New version of XML support routines (0.2)