Thread: Re: [INTERFACES] Schemas: status report, call for developers
> -----Original Message----- > From: Tom Lane [mailto:tgl@sss.pgh.pa.us] > Sent: 30 April 2002 18:32 > To: pgsql-hackers@postgresql.org; pgsql-interfaces@postgresql.org > Subject: [INTERFACES] Schemas: status report, call for developers > > > Current CVS tip has most of the needed infrastructure for > SQL-spec schema support: you can create schemas, and you can > create objects within schemas, and search-path-based lookup > for named objects works. There's still a number of things to > be done in the backend, but it's time to start working on > schema support in the various frontends that have been broken > by these changes. I believe that pretty much every frontend > library and client application that looks at system catalogs > will need revisions. So, this is a call for help --- I don't > have the time to fix all the frontends, nor sufficient > familiarity with many of them. > > JDBC and ODBC metadata code is certainly broken; so are the > catalog lookups in pgaccess, pgadmin, and so on. psql and > pg_dump are broken as well (though I will take responsibility > for fixing pg_dump, and will then look at psql if no one else > has done it by then). I'm not even sure what else might need > to change. > Thanks Tom, this is just the post I've been waiting for! To anyone thinking of hacking pgAdmin at the moment -> now would probably not be the best time as I will be *seriously* restructuring pgSchema. Regards, Dave.
Re: [HACKERS] [INTERFACES] Schemas: status report, call for developers
From
"Christopher Kings-Lynne"
Date:
> > JDBC and ODBC metadata code is certainly broken; so are the > > catalog lookups in pgaccess, pgadmin, and so on. psql and > > pg_dump are broken as well (though I will take responsibility > > for fixing pg_dump, and will then look at psql if no one else > > has done it by then). I'm not even sure what else might need > > to change. phpPgAdmin (WebDB) will be broken as well. I think myself and at least a few other committers lurk here tho. Other things that will break: TOra Various KDE interfaces Chris
Re: [HACKERS] [INTERFACES] Schemas: status report, call for developers
From
"Ross J. Reedstrom"
Date:
On Wed, May 01, 2002 at 10:05:23AM +0800, Christopher Kings-Lynne wrote: > > phpPgAdmin (WebDB) will be broken as well. I think myself and at least a > few other committers lurk here tho. > > Other things that will break: > > TOra > Various KDE interfaces GNUe will break, as well. Ross