Re: [HACKERS] DBD::Pg PPM?

2013-03-04 Thread Jan Dubois
On Tue, Feb 26, 2013 at 2:56 PM, David E. Wheeler wrote: > Hello ActiveStaters, > The commonly used term is actually Activator. :) > I see that the DBD::Pg build always fails: > > http://code.activestate.com/ppm/DBD-Pg/ > > I'm sure this is because PostgreSQL is not installed on any of the PP

Re: [HACKERS] DBD::Pg PPM?

2013-02-26 Thread David E. Wheeler
On Feb 26, 2013, at 3:07 PM, Jan Dubois wrote: >> Hello ActiveStaters, > > The commonly used term is actually Activator. :) Got it! > Yes, that is one reason. We then need to apply several patches to build > things correctly though (to statically link the client libs, deal with > missing SIGA

[HACKERS] DBD::Pg PPM?

2013-02-26 Thread David E. Wheeler
Hello ActiveStaters, I see that the DBD::Pg build always fails: http://code.activestate.com/ppm/DBD-Pg/ I'm sure this is because PostgreSQL is not installed on any of the PPM build boxes (smokers?). DBD::mysql, on the other hand, builds fine (most of the time): http://code.activestate.com/

Re: [HACKERS] DBD::Pg, schema support

2003-07-23 Thread Arguile
On Wed, 2003-07-23 at 18:24, Richard Schilling wrote: > Can you give an example on how to execute that command? I've been > wondering about that too but haven't had time to read the documentation. SET search_path TO foo,'$user',public; http://developer.postgresql.org/docs/postgres/runtime-confi

Re: [HACKERS] DBD::Pg, schema support

2003-07-23 Thread Richard Schilling
Can you give an example on how to execute that command? I've been wondering about that too but haven't had time to read the documentation. Richard On 2003.07.23 10:30 [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > is't possible to specify default search path for dbh in

Re: [HACKERS] DBD::Pg, schema support

2003-07-23 Thread greg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > is't possible to specify default search path for dbh in DBD::Pg ? > I don't want to set variable before every select. There is nothing specific to DBD::Pg, but you should be able to issue the command once ("SET search_path...") and have all subse

[HACKERS] DBD::Pg, schema support

2003-07-22 Thread Oleg Bartunov
Hi there, is't possible to specify default search path for dbh in DBD::Pg ? I don't want to set variable before every select. Regards, Oleg _ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astron

[HACKERS] DBD::Pg module on Windows

2002-12-09 Thread Rod Taylor
Does anybody know where I can find a newer DBD::Pg module for Windows NT? The only pre-compiled one I can find is 0.98, which is based on a PostgreSQL 7.0 library set. -- Rod Taylor <[EMAIL PROTECTED]> PGP Key: http://www.rbt.ca/rbtpub.asc signature.asc Description: This is a digitally signe

[HACKERS] DBD::PG - any works to be compatile with 7.3 ?

2002-10-02 Thread Oleg Bartunov
Any news about new DBD::Pg ? It's a stopper for many projects based on perl interface to use 7.3. Regards, Oleg _ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow Uni

Re: [HACKERS] DBD::Pg ...

2002-08-25 Thread Bruce Momjian
Jeffrey, I have several Perl:DBD patches my mailbox that I have accumulated over the years that never made it over to Edmund or yourself. Would you like them? Also, would you consider creating a Pg:DBD project on http://gborg.postgresql.org. We are trying to get all the PostgreSQL interfaces

Re: [HACKERS] DBD::Pg ...

2002-08-25 Thread Bruce Momjian
Created on gborg as pgperl. --- Marc G. Fournier wrote: > On 22 Aug 2002, Neil Conway wrote: > > > "Marc G. Fournier" <[EMAIL PROTECTED]> writes: > > > Just got a note from Jeffrey on this, and he acknowledges that he is >

Re: [HACKERS] DBD::Pg::st execute failed: ERROR

2000-10-26 Thread Stephan Szabo
It seems like postgres is thinking that the query is incorrectly formatted. Do you know what query is being run when this happens? You may wish to start the postmaster with -d2 which should print out the queries that postgres is seeing. Stephan Szabo [EMAIL PROTECTED] On Wed, 25 Oct 2000, andr

[HACKERS] DBD::Pg::st execute failed: ERROR

2000-10-25 Thread andres mackiewicz
I have this problem:The next message appears when I try to make an INSERT into a table:   Connection refusedDBD::Pg::st execute failed: ERROR:  parser: parse error at or near "refused"   The situation is the next: I have a lot of processes making insertionsin the same database, and I suspect