Re: [ADMIN] Cross tablespaces query

2005-02-25 Thread Sabio - PSQL
Yes, I am working with PostgreSQL 8.0 over linux, and make some tablespaces but I can't query any other tablespaces with same JDBC connection. Scott Marlowe wrote: On Fri, 2005-02-25 at 08:42, Sabio - PSQL wrote: Can I do a cross tablespaces queries? If can't, I think that this is a good feat

Re: [ADMIN] Cross tablespaces query

2005-02-25 Thread Scott Marlowe
On Fri, 2005-02-25 at 08:42, Sabio - PSQL wrote: > Can I do a cross tablespaces queries? > If can't, I think that this is a good feature to implement in this > wonderful database. Are you sure you mean tablespaces? Maybe you mean cross database (use dblink) or cross schema? >From the point of v

Re: [ADMIN] Cross tablespaces query

2005-02-25 Thread Peter Eisentraut
Am Freitag, 25. Februar 2005 15:42 schrieb Sabio - PSQL: > Can I do a cross tablespaces queries? Sure. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settin

[ADMIN] Cross tablespaces query

2005-02-25 Thread Sabio - PSQL
Can I do a cross tablespaces queries? If can't, I think that this is a good feature to implement in this wonderful database. ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster