Re: Pg.pm documentation - Mailing list pgsql-docs

From Christopher Kings-Lynne
Subject Re: Pg.pm documentation
Date
Msg-id ECEHIKNFIMMECLEBJFIGGELHCBAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Pg.pm documentation  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
I notice that the way Pg.pm works seems to have changed since the
fulltextindex contrib was written.  The FTI contrib uses this kind of
syntax:

$conn = PGConnect(blah)

Whereas the latest version of Pg.pm I installed from the port on my FreeBSD
box only works like this:

$conn = PG::Connect(blah)

ie. It's OO now, not 'C-style'.  Am I missing something, or has it
permanently changed?  If it's permanently changed I'm happy to submit the
version of fti.pl that we use at work that we converted to use the OO style
calls.

Chris


> -----Original Message-----
> From: pgsql-docs-owner@postgresql.org
> [mailto:pgsql-docs-owner@postgresql.org]On Behalf Of Peter Eisentraut
> Sent: Friday, 31 August 2001 5:51 AM
> To: Lee Chua
> Cc: pgsql-docs@postgresql.org
> Subject: Re: [DOCS] Pg.pm documentation
>
>
> Lee Chua writes:
>
> > I am looking for a Pg.pm documentation preferably in pdf format but am
> > unable to locate one. Could you please point me in the right direction?
>
> man Pg
>
> --
> Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter
>
>
> ---------------------------(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
>


pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Commit docbook2man?
Next
From: Hannu Krosing
Date:
Subject: Re: PostgreSQL and Stored procedures