AW: [HACKERS] Another nasty cache problem - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: [HACKERS] Another nasty cache problem
Date
Msg-id 219F68D65015D011A8E000006F8590C603FDC240@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> Chris Bitmead <chrisb@nimrod.itg.telstra.com.au> writes:
> > What about portals? Doesn't psql use portals?
> 
> No ... portals are a backend concept ...
> 

I think the previous frontend "monitor" did use a portal for the
selects. The so called "blank portal".

I don't really see any advantage, that psql does not do a fetch loop
with a portal. 
Is it possible in psql do do any "fetch" stuff, after doing a
select * from table ?

The result is fed to a pager anyway.

Andreas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Deferred trigger queue
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] psql and libpq fixes