|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: [HACKERS] [SQL] pl/PgSQL, variable names in NEWAlvaro Herrera <alvherre@...> writes:
> Question for plperl hackers: Should we remove the mention of DBD::PgSPI > from the PL/Perl manual? It seems like a reasonable suggestion to me, since perl database users probably already know DBD and don't have to learn something new if they go that way. Possibly the text should be reworded, with the mention of DBD::PgSPI put somewhere else or stuck into a <note> or something. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@...) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs |
|
|
Re: [HACKERS] [SQL] pl/PgSQL, variable names in NEWOn Thu, 10 Apr 2008 10:45:25 -0400
Tom Lane <tgl@...> wrote: > Alvaro Herrera <alvherre@...> writes: > > Question for plperl hackers: Should we remove the mention of > > DBD::PgSPI from the PL/Perl manual? > > It seems like a reasonable suggestion to me, since perl database users > probably already know DBD and don't have to learn something new if > they go that way. > > Possibly the text should be reworded, with the mention of DBD::PgSPI > put somewhere else or stuck into a <note> or something. From what I can see on CPAN (unless I am missing something) DBD::PgSPI hasn't been updated since 2004 and is at version 0.2. http://www.cpan.org/modules/by-module/DBD/ I think it can safely be removed in entirety from our manuals. Sincerely, Joshua D. Drake -- The PostgreSQL Company since 1997: http://www.commandprompt.com/ PostgreSQL Community Conference: http://www.postgresqlconference.org/ United States PostgreSQL Association: http://www.postgresql.us/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate -- Sent via pgsql-docs mailing list (pgsql-docs@...) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs |
|
|
Re: [HACKERS] [SQL] pl/PgSQL, variable names in NEWJoshua D. Drake wrote: > On Thu, 10 Apr 2008 10:45:25 -0400 > Tom Lane <tgl@...> wrote: > > >> Alvaro Herrera <alvherre@...> writes: >> >>> Question for plperl hackers: Should we remove the mention of >>> DBD::PgSPI from the PL/Perl manual? >>> >> It seems like a reasonable suggestion to me, since perl database users >> probably already know DBD and don't have to learn something new if >> they go that way. >> >> Possibly the text should be reworded, with the mention of DBD::PgSPI >> put somewhere else or stuck into a <note> or something. >> > > From what I can see on CPAN (unless I am missing something) DBD::PgSPI > hasn't been updated since 2004 and is at version 0.2. > > http://www.cpan.org/modules/by-module/DBD/ > > I think it can safely be removed in entirety from our manuals. > > > +1. It's also GNU licensed, so we can't include it. A clean room BSD licensed implementation would be a nice addition, but it really doesn't buy you much in functionality that you don't already have. cheers andrew -- Sent via pgsql-docs mailing list (pgsql-docs@...) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs |
|
|
Re: [HACKERS] [SQL] pl/PgSQL, variable names in NEW"Joshua D. Drake" <jd@...> writes:
> From what I can see on CPAN (unless I am missing something) DBD::PgSPI > hasn't been updated since 2004 and is at version 0.2. Oh, if it's not a live project then that changes things entirely. +1 for just dropping the mention. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@...) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs |
|
|
Re: [HACKERS] [SQL] pl/PgSQL, variable names in NEWTom Lane wrote:
> "Joshua D. Drake" <jd@...> writes: > > From what I can see on CPAN (unless I am missing something) DBD::PgSPI > > hasn't been updated since 2004 and is at version 0.2. > > Oh, if it's not a live project then that changes things entirely. > +1 for just dropping the mention. Done. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-docs mailing list (pgsql-docs@...) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs |
| Free Forum Powered by Nabble | Forum Help |