[HACKERS] tablespace

2004-08-19 Thread chinni
hi all, I am porting all my data from oracle to postgres :) . I want to know where can I put the tables which existed in nulltablespace in oracle. How is the nullTablespace different from default table space and how is this done in postgres . -- "Stand for something, or you will fall for

[HACKERS] postgres and Jdbc 2.0

2004-08-04 Thread chinni
Hi All! Please note that the following functions are not implemented in the postgres driver even though they are a part of the JDBC 2.0 standard. Some of these may be party implemented, but may not be complete. Blob.java public long position(byte[] pattern, long start) throws SQLException

[HACKERS] replication modules on postgres

2004-08-02 Thread chinni
Hi all! Some time back I discussed the inclusion of replication (e.g. postgres-R) into postgres. One of the technical reasons that I understand against such a move is the application dependence of replication. PostgresR requires a large amount of code change in postgres. All this leads to a bitter

[HACKERS] why is postgres-R not in standard dev Path.

2004-07-27 Thread chinni
Postgres-R is a multi server (write anywhere) replication tool which is possibly important for any enterprise if they want to shift to postgres. Did you guys debate on merging it. As of now They are working on postgres 7.2 and developing postgres-R. They plan to do it for 7.4 as well, why n