[pgadmin-hackers] [Patch] Data type cache to speed up query tool

2012-11-24 Thread aiht
Hi pgadmin hackers, I have been having trouble with the speed of the pgAdmin query tool on remote links, and I'm sure I'm not the only one. The delay is due to loading the data type information for every column: > QUERY : Scalar query (localhost:50119): SELECT format_type(oid,-1) as typname F

Re: [pgadmin-hackers] [Patch] Data type cache to speed up query tool

2012-11-24 Thread Dave Page
Hi On Sat, Nov 24, 2012 at 8:55 AM, aiht wrote: > Hi pgadmin hackers, > > I have been having trouble with the speed of the pgAdmin query tool on > remote links, and I'm sure I'm not the only one. > The delay is due to loading the data type information for every column: >> QUERY : Scalar query (l