Thread: Pg.pm documentation

Pg.pm documentation

From
"Lee Chua"
Date:
Hi,
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?

Thank you

Lee Chua
lee@bensecurity.com.au


Re: Pg.pm documentation

From
Peter Eisentraut
Date:
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


Re: Pg.pm documentation

From
"Christopher Kings-Lynne"
Date:
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
>