Re: [PATCHES] little error messages fix

From: Barry Lind <barry(at)xythos(dot)com>
To: Liam Stewart <liams(at)redhat(dot)com>
Cc: PostgreSQL Patches List <pgsql-patches(at)postgresql(dot)org>, PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [PATCHES] little error messages fix
Date: 2002-03-27 05:34:12
Message-ID: 3CA159D4.5010002@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Liam,

Patch is applied.

thanks,
--Barry

Liam Stewart wrote:
> The period on the end of postgresql.con.backend is usually bumped to a
> new line due to a newline present at the end of most error messages so
> I removed the period.
>
> Liam
>
>
>
> ------------------------------------------------------------------------
>
> Index: src/interfaces/jdbc/org/postgresql/errors.properties
> ===================================================================
> RCS file: /projects/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/errors.properties,v
> retrieving revision 1.9
> diff -c -r1.9 errors.properties
> *** src/interfaces/jdbc/org/postgresql/errors.properties 2002/03/09 17:36:14 1.9
> --- src/interfaces/jdbc/org/postgresql/errors.properties 2002/03/26 21:12:36
> ***************
> *** 3,9 ****
> postgresql.drv.version:An internal error has occured. Please recompile the driver.
> postgresql.con.auth:The authentication type {0} is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or Subnet, and that it is using an authentication scheme supported by the driver.
> postgresql.con.authfail:An error occured while getting the authentication request.
> ! postgresql.con.backend:Backend start-up failed: {0}.
> postgresql.con.call:Callable Statements are not supported at this time.
> postgresql.con.creobj:Failed to create object for {0} {1}
> postgresql.con.failed:The connection attempt failed because {0}
> --- 3,9 ----
> postgresql.drv.version:An internal error has occured. Please recompile the driver.
> postgresql.con.auth:The authentication type {0} is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or Subnet, and that it is using an authentication scheme supported by the driver.
> postgresql.con.authfail:An error occured while getting the authentication request.
> ! postgresql.con.backend:Backend start-up failed: {0}
> postgresql.con.call:Callable Statements are not supported at this time.
> postgresql.con.creobj:Failed to create object for {0} {1}
> postgresql.con.failed:The connection attempt failed because {0}
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-03-27 05:36:32 Re: NullPointer at ResultSet.java:113
Previous Message Dave Cramer 2002-03-27 03:45:52 Re: Driver fails to connect

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-03-27 06:22:09 SET NOT NULL/DROP NOT NULL patch
Previous Message Ian Barwick 2002-03-27 02:12:58 Re: psql slash command '\G'