From: <fra...@cl...> - 2004-08-16 15:20:13
|
Blyth A J C (Comp) wrote: > I am trying execute the following and keep getting an error. > > self._query =3D =93\d syslogdb=94 > > com.execute(self.query) > > What I can to do is to write a little program in python that will get=20 > a description (type definition) for a table. - HELP > > Andrew > try : SELECT * from pg_tables and dig in table named with pg_ prefix |