Pg.pm documentation

Started by Lee Chuaover 24 years ago3 messagesdocs
Jump to latest
#1Lee Chua
lee@bensecurity.com.au

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Lee Chua (#1)
Re: 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

#3Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Peter Eisentraut (#2)
Re: Pg.pm documentation

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

Show quoted text

-----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