Re: [PATCHES] fix for pg_dump (caused by array output syntax changes)

2004-09-07 Thread Weiping
This isn't going to be applied because pg_dump is not broken ... at least not against CVS tip. You apparently are running a pre-beta backend that numbered ACL entries from zero. Got it: The code are up-to-date, but I didn't initdb, so the system catalog didn't update thus the pg_dump broken. t

[PATCHES] fix for pg_dump (caused by array output syntax changes)

2004-09-06 Thread Weiping
don't know if it's too simple, and didn't solved for quite a period of time. But I still need pg_dump to do my backup, so do a simple(but ugly) hack. Wish it helps. regards laser *** pg_dump.c 2004-09-06 23:52:08.0 +0800 --- pg_dump.c.new 2004-09-06 23:55:30.0 +0800 ***

[PATCHES] pg_controldata i18n Zh_CN

2004-08-05 Thread Weiping
on-Date: 2004-07-22 09:35+\n" "PO-Revision-Date: 2004-01-10 13:45+0800\n" "Last-Translator: Bao Wei <[EMAIL PROTECTED]>\n" "Language-Team: Weiping He <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charse

Re: [PATCHES] Chinese NLS patch for 7.4

2003-09-14 Thread Weiping He
Peter Eisentraut wrote: Please fix the following errors: fixed, updated here: http://www.pgsqldb.org/pgsql-po-zh_CN.tar.gz thanks ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.or

[PATCHES] Chinese NLS patch for 7.4

2003-09-11 Thread Weiping He
download from the link below: http://www.pgsqldb.org/pgsql-po-zh_CN.tar.gz sorry for the inconvenience, for I'm afraid of filled out by anti-spam system. Thanks Laser ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send

[PATCHES] typo in src/include/utils/array.h

2003-07-09 Thread Weiping He
seems the comment of macro ARR_LBOUND missed '(a)', here is the diff: *** array.h.old Thu Jul 10 01:01:42 2003 --- array.h Thu Jul 10 01:01:53 2003 *** *** 81,87 * ARR_LBOUND returns a pointer to an array of array lower bounds. * * That is: if the third axis of an array h