[HACKERS] hstore bug and repair method

2009-04-01 Thread maosen.zhang
Hi all: I’ve found a bug about hstore, example below: CREATE TABLE temp_table ( dcp smallint, atext hstore ); COPY temp_table (dcp, atext) FROM stdin; 800 ""=>NULL \. Then do the sql twice below : Select * from temp_table; Pg(version 8.3 and above) will coredump, bac

[HACKERS] test

2008-11-27 Thread maosen.zhang
test maosen

[HACKERS] we begin "pg external table" need your advice

2008-11-27 Thread maosen.zhang
Hi all: I begin an "pg external table" in pgfoundry (http://pgfoundry.org/projects/pgexternaltable/ ), you can find the doc (brief and detail design)from that URL. I am newbie to postgresql, and this code still have many defects and low efficiency. I am very happy to get advice from you! Thank