Обсуждение: Cross tablespaces query

Поиск
Список
Период
Сортировка

Cross tablespaces query

От
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.





Re: Cross tablespaces query

От
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/

Re: Cross tablespaces query

От
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 view of a query, the tablespaces are an implementation
detail they don't have to worry about.

Re: Cross tablespaces query

От
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 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 view of a query, the tablespaces are an implementation
>detail they don't have to worry about.
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq
>
>
>
>