Re: little error messages fix

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: little error messages fix
Дата
Msg-id 3CA159D4.5010002@xythos.com
обсуждение исходный текст
Ответ на little error messages fix  (Liam Stewart <liams@redhat.com>)
Список 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 по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: JDBC PreparedStatement Memory Leak.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [JDBC] little error messages fix