Tom Lane writes:
> libpq has several internal uses of the error-field codes that perhaps
> ought to be converted to use these macros, eg, pqInternalNotice(),
> pqGetErrorNotice2(), pqGetErrorNotice3().
>
> More generally, is libpq the right place to declare these? Shouldn't
> we instead put 'em i
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/25 13:13:30
Modified files:
src/backend/utils/adt: formatting.c
Log message:
Refactor code so that to_date() does not call to_timestamp() and then
perform a timestamp-to-da
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/25 10:44:04
Modified files:
src/interfaces/ecpg: ChangeLog
src/interfaces/ecpg/ecpglib: error.c
src/interfaces/ecpg/preproc: preproc.y
Log message:
Synced parser
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/24 19:10:09
Modified files:
src/interfaces/jdbc: build.xml
src/interfaces/jdbc/org/postgresql: errors.properties
errors_de.properties
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/24 19:57:21
Modified files:
doc: TODO
Log message:
Add:
* Allow TRUNCATE ... CASCADE/RESTRICT
---(end of broadcast)--
> [EMAIL PROTECTED] (Tatsuo Ishii) writes:
> > Modified files:
> > src/backend/utils/mb/Unicode: Tag: REL7_3_STABLE
> > UCS_to_GB18030.pl
>
> > Log message:
> > Fix bug in GB18030 conversion script
>
> Shouldn't there have been a matching commit in the
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/24 22:46:16
Modified files:
src/backend/utils/mb/Unicode: UCS_to_GB18030.pl
Log message:
Fix GB18030 to UTF-8 mapping table
---(end of broadcast)-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/24 23:48:25
Modified files:
src/template : unixware
Log message:
Fix unixware thread test.
---(end of broadcast)---
TIP 1: subsc
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/25 01:11:00
Modified files:
doc: TODO
Log message:
Add:
> * Add a libpq function to support Parse/DescribeStatement capability
--