vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Andreas Pflug [mailto > Sent: 30 August 2005 09:08 > To: Dave Page > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] pgsql 8.1 instrumentation status > > Dave Page wrote: > > >>Adapting the 8.0 admin package to 8.1 is much less effort > >>than adapting > >>to the pgsql functions. > > > > > > Maybe, but given the effort I put in, and Magnus put in to > get the code > > included in the server in as much of it's original form as > possible, I'm > > damned if I'm just going to take that route now 'because it's less > > effort'. > > I can post my code that restores full functionality now, with > the option > to switch them to LANGUAGE INTERNAL for backend functions > that work, or > do nothing. I won't implement code that belongs on the server > in pgadmin. LANGUAGE INTERNAL?? /D ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| Dave Page wrote: >>to switch them to LANGUAGE INTERNAL for backend functions >>that work, or >>do nothing. I won't implement code that belongs on the server >>in pgadmin. > > > LANGUAGE INTERNAL?? Yes, effectively replacing the admin code with backend code, reducing the affected admin functions to stubs into official code where applicable, remaining backward compatibility to 8.0 (and pgadmin 1.2) Regards, Andreas ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |