Re: Subselects, the Oracle way - slightly OT - Mailing list pgsql-sql

From Svenne Krap
Subject Re: Subselects, the Oracle way - slightly OT
Date
Msg-id 3B2E8328.9896.A58B9B2@localhost
Whole thread Raw
In response to Subselects, the Oracle way  ("Svenne Krap" <svenne@krap.dk>)
List pgsql-sql
> That should work fine in 7.1 ...

Ups.. forgot to tell that I was working on 7.0.3 .. upgrade is not an 
option right now.. but I guess you answered already (not possible 
in 7.0) :)

Btw. any idea when cross-database queries will be implementet 
(you know select x.col1, y.col2 from localtable x, foreigndbtable y 
where x.col1=y.col2) ?

A real needy feature, if you ask me :)

Btw. a litte side question:
having a table with quite an amount of data (all 
telephone/addresses in denmark :) which change only very rarely 
(once every 3 months).

I our first setup it is contained in a database for its own (becase 
PGSQL 7.0 - not sure about 7.1) connects rather slowly, if giant 
tables are present. 

Is there any way to speed it up, or is a split database design the 
only way to go ?

Again TIA

Svenne
--
svenne@krap.dk
http://www.krap.dk
ICQ 5434480
PGP-key http://keys.pgp.dk:11371/pks/lookup?op=get&search=0xDF484022
PGP @ http://www.pgp.com / http://www.phpi.com


pgsql-sql by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: LEFT JOIN ...
Next
From: Stef Telford
Date:
Subject: Referential Integrity Question (Delete/Insert during Transaction)