[COMMITTERS] pgsql: Fix PQprint HTML tag, "centre" -> "center".

2006-02-05 Thread Bruce Momjian
Log Message: --- Fix PQprint HTML tag, "centre" -> "center". Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/libpq: fe-print.c (r1.64 -> r1.64.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-print.c.diff?r1=1

[COMMITTERS] pgsql: Fix PQprint HTML tag, "centre" -> "center".

2006-02-05 Thread Bruce Momjian
Log Message: --- Fix PQprint HTML tag, "centre" -> "center". Modified Files: -- pgsql/src/interfaces/libpq: fe-print.c (r1.64 -> r1.65) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-print.c.diff?r1=1.64&r2=1.65)

[COMMITTERS] pgsql: Fix pg_restore to properly discard COPY data when trying to

2006-02-05 Thread Tom Lane
Log Message: --- Fix pg_restore to properly discard COPY data when trying to continue after an error in a COPY statement. Formerly it thought the COPY data was SQL commands, and got quite confused. Stephen Frost Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/p

[COMMITTERS] pgsql: Fix pg_restore to properly discard COPY data when trying to

2006-02-05 Thread Tom Lane
Log Message: --- Fix pg_restore to properly discard COPY data when trying to continue after an error in a COPY statement. Formerly it thought the COPY data was SQL commands, and got quite confused. Stephen Frost Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/p

[COMMITTERS] pgsql: Fix pg_restore to properly discard COPY data when trying to

2006-02-05 Thread Tom Lane
Log Message: --- Fix pg_restore to properly discard COPY data when trying to continue after an error in a COPY statement. Formerly it thought the COPY data was SQL commands, and got quite confused. Stephen Frost Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_

[COMMITTERS] pgsql: Fix typo in configuration docs.

2006-02-05 Thread Bruce Momjian
Log Message: --- Fix typo in configuration docs. Devrim GUNDUZ Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.36 -> r1.36.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.36&r2=1.36

[COMMITTERS] pgsql: Fix typo in configuration docs.

2006-02-05 Thread Bruce Momjian
Log Message: --- Fix typo in configuration docs. Devrim GUNDUZ Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.46 -> r1.47) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.46&r2=1.47) ---