Re: Anybody help! Cannot install DBD-Pg!

2002-03-20 Thread Tim Bunce
FYI, this isn't the right place to ask such questions. Use [EMAIL PROTECTED] for that. Thanks. Tim. On Wed, Mar 20, 2002 at 06:23:36PM +0700, Prut Sukcharoennukul wrote: > Now I try to install DBD for Postgresql and in readme file state that I have to >create environment variable POSTGRES_INCLU

Re: DBD::Oracle: table_info, PUBLIC schema

2002-03-20 Thread Tim Bunce
On Wed, Mar 20, 2002 at 12:46:39PM +0100, Steffen Goeldner wrote: > Tim Bunce wrote: > > > > On Wed, Mar 20, 2002 at 10:36:47AM +0100, Steffen Goeldner wrote: > > > Should I add 'PUBLIC' to the enumeration of schemas, e.g.: > > > > Probably. Especially if Oracle's own ODBC driver does. > > No,

Re: Anybody help! Cannot install DBD-Pg!

2002-03-20 Thread Jason E. Stewart
"Jeffrey W. Baker" <[EMAIL PROTECTED]> writes: > On Wed, 2002-03-20 at 03:23, Prut Sukcharoennukul wrote: > > In file included from Pg.xs:13: > > Pg.h:17:22: libpg-fe.h: No such file or directory > > make: *** [Pg.o] Error 1 > > > > What is the problem? Do I set wrong environment variable? > >

Re: Anybody help! Cannot install DBD-Pg!

2002-03-20 Thread Jeffrey W. Baker
On Wed, 2002-03-20 at 03:23, Prut Sukcharoennukul wrote: > In file included from Pg.xs:13: > Pg.h:17:22: libpg-fe.h: No such file or directory > make: *** [Pg.o] Error 1 > > What is the problem? Do I set wrong environment variable? > > I use > - linux Redhat 7.0 > - postgresql-server-7.0.2-17

Re: DBD::Oracle: table_info, PUBLIC schema

2002-03-20 Thread Steffen Goeldner
Tim Bunce wrote: > > On Wed, Mar 20, 2002 at 10:36:47AM +0100, Steffen Goeldner wrote: > > Should I add 'PUBLIC' to the enumeration of schemas, e.g.: > > Probably. Especially if Oracle's own ODBC driver does. No, it doesn't. Should I add 'PUBLIC' nevertheless? It may be useful for some generic

Anybody help! Cannot install DBD-Pg!

2002-03-20 Thread Prut Sukcharoennukul
Now I try to install DBD for Postgresql and in readme file state that I have to create environment variable POSTGRES_INCLUDE and POSTGRES_LIB. 1. I create by use following command #POSTGRES_INCLUDE=/usr/include/pgsql:$POSTGRES_INCLUDE #export POSTGRES_INCLUDE #POSTGRES_LIB=/usr/lib/pgsql:$POST

Re: DBD::Oracle: table_info, PUBLIC schema

2002-03-20 Thread Tim Bunce
On Wed, Mar 20, 2002 at 10:36:47AM +0100, Steffen Goeldner wrote: > Should I add 'PUBLIC' to the enumeration of schemas, e.g.: Probably. Especially if Oracle's own ODBC driver does. Tim.

DBD::Oracle: table_info, PUBLIC schema

2002-03-20 Thread Steffen Goeldner
Tim Bunce wrote: > > On Tue, Mar 19, 2002 at 04:41:33PM +0100, Steffen Goeldner wrote: > > Thus, I'd better change: > > > > , decode( t.OWNER, 'PUBLIC', '', t.OWNER ) TABLE_SCHEM > > > > to > > > > , t.OWNER TABLE_SCHEM > > > > ? > > Yesp, looks like it. Done (see attachement). Should I ad