Re: little error messages fix - Mailing list pgsql-patches

From Barry Lind
Subject Re: little error messages fix
Date
Msg-id 3CA159D4.5010002@xythos.com
Whole thread Raw
In response to little error messages fix  (Liam Stewart <liams@redhat.com>)
List 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
fileto 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
fileto 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@postgresql.org



pgsql-patches by date:

Previous
From: Barry Lind
Date:
Subject: Re: JDBC PreparedStatement Memory Leak.
Next
From: Bruce Momjian
Date:
Subject: Re: [JDBC] little error messages fix