[HACKERS] Any reason not to return row_count in cursor of plpgsql?

2008-07-20 Thread laser
hi all, I read the code that it seems easy for the cursor in plpgsql to return ROW_COUNT after MOVE LAST etc. The SPI_processed variable already there, but didn't put it into estate structure, any reason for that? thanks and best regards -laser -- Sent via pgsql-hackers mailing list (

[HACKERS] planner document?

2008-06-15 Thread laser
about that? Any hints will be great appreciated! thanks and best regards -laser -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Proposed TODO: --encoding option for pg_dump

2005-06-28 Thread laser
r set the --encoding switch explicit), but I think that might be break someone's application somewhere. :( regards laser ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail comman

Re: [HACKERS] Strange logic for partial index proving

2005-06-23 Thread laser
many rows into it. then build a partial index on it: create index partial_idx on partial_idx_t (id) where id >=1 and id <= 20; my purpose is to see if I could use partial index while doing count(*), it seems the index being used after a 'set enable_seqscan=off': lase

Re: [HACKERS] 7.1 docs

2001-03-27 Thread He Weiping(Laser Henry)
> > en_GB would be a "British English" translation. I don't think this is > what you wanted to do. > cn_GB, sorry. :-D Regards Laser Henry ---(end of broadcast)--- TIP 2: you can get off all lists at once with the u

Re: [HACKERS] 7.1 docs

2001-03-24 Thread He Weiping(Laser Henry)
f some software package, I still can't generate other format (html, ps etc.) on my machine after upgrade to 7.1, but the old Makefile is ok. don't know why, if put up there, then you can generate other format without problem. Thanks & Regards Laser Henry --

Re: [HACKERS] Re: [INTERFACES] Re: [GENERAL] Chinese patch for Pgaccess

2001-02-22 Thread He Weiping(Laser Henry)
> > > appropriate. There are several encodings for Chinese including > > GB(EUC-CN), Big5, EUC-TW. At least we should be able to distinguish > > them. What about "chinese(GB)" or whatever? > > Renamed to chinese-gb. > I think chinese-gb is ok, thanks! Regards Laser

[HACKERS] Chinese patch for Pgaccess

2001-02-22 Thread He Weiping(Laser Henry)
ry simple, just gunzip it and copy to $PGDIR/share/pgaccess/lib/languages/ for current CVS version, and $PGDIR/pgaccess/lib/languages/ for 7.0* BTW: I havn't got the tools to translate it to BIG5 encoding, is there anybody to to it? Regards Laser chinese_gb.gz