Re: Pg.pm documentation

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Pg.pm documentation
Дата
Msg-id ECEHIKNFIMMECLEBJFIGGELHCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Pg.pm documentation  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Commit docbook2man?
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: PostgreSQL and Stored procedures