Thread

  1. Perl and Postgres

    Edwin Quijada <listas_quijada@hotmail.com> — 2003-10-17T15:10:03Z

    Hi!
    Where can I find examples to accesing  postgres with perl.
    TIA
    
    _________________________________________________________________
    Charla con tus amigos en línea mediante MSN Messenger: 
    http://messenger.yupimsn.com/
    
    
    
  2. Re: Perl and Postgres

    Jan Poslusny <pajout@gingerall.cz> — 2003-10-17T16:05:42Z

    for instance <http://search.cpan.org/search?query=DBI>, install it and 
    read manual
    regards, pajout
    
    Edwin Quijada wrote:
    
    > Hi!
    > Where can I find examples to accesing  postgres with perl.
    > TIA
    >
    > _________________________________________________________________
    > Charla con tus amigos en línea mediante MSN Messenger: 
    > http://messenger.yupimsn.com/
    >
    >
    > ---------------------------(end of broadcast)---------------------------
    > TIP 3: if posting/reading through Usenet, please send an appropriate
    >      subscribe-nomail command to majordomo@postgresql.org so that your
    >      message can get through to the mailing list cleanly
    >
    
    
    
  3. Re: Perl and Postgres

    Will Trillich <will@serensoft.com> — 2003-11-02T17:18:56Z

    On Fri, Oct 17, 2003 at 03:10:03PM +0000, Edwin Quijada wrote:
    > Where can I find examples to accesing  postgres with perl.
    
    if you have DBD::Pg and DBI, check out their respective
    manpages. that's the easy way to get into postgres from perl.
    
    as far as having perl available from inside postgres, check out
    the plperl module/package/thingie.
    
    so you're looking for either
    
    	DBD::Pg and DBI
    	or
    	plperl (on debian, it's in package libpgperl)
    	or
    	both. :)
    
    -- 
    But when you disarm them, you begin to alienate them; you
    advertise your mistrust of them...
    	-- Niccolo Machiavelli, The Prince, chapter 20