Re: [GENERAL] Some Japanies charaters cannot be seen when using JDBC driver

2001-09-18 Thread Corn
I have the same problem. I setup an apache server /w JServ on linux machine. But when I access a unicode database. I only return ??? charachers. But I can read it correctly by odbc. It seems jserv cannot process unicode character. I read a homepage said that I can set jserv.properties about wrapp

[GENERAL] is it support table partitioning?

2001-09-14 Thread Corn
Is pgsql support table partitioning? e.g. There is a customers table that keeps customers record but for two company: A & B. can I store A's customers & B's customers record into two different directory? That is the mean I know for table partitioning. Is that

[GENERAL] Any function to let me know how many rows that I updated after UPDATE SQL statment?

2001-09-14 Thread Corn
Any function to let me know how many rows that I updated after UPDATE SQL statment? Just like @@rowcount (MS SQL). I always compare with MS SQL becuase I used MS SQL most. ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [

Re: [GENERAL] is it support table partitioning?

2001-09-14 Thread Corn
I saw it on to-do list. But will not release on next version 7.2... : ( (_ _) : Corn ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

[GENERAL] How to implement transaction in plpgsql?

2001-09-14 Thread Corn
; END IF; COMMIT WORK; END; ' LANGUAGE 'plpgsql'; best regards, Corn. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

[GENERAL] Questions about unicode.

2001-08-31 Thread Corn
onal windows 2000. I can read traditional chinese only. How can I read both traditional & simplified chinese at one pc? Corn ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl

[GENERAL] Is that pgsql support the database partitioning?

2001-08-30 Thread Corn
abase partitioning? Best regards, Corn ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]