Thread: Wikipedia for PostgreSQL (and MySQL)

Wikipedia for PostgreSQL (and MySQL)

From
Christopher Kings-Lynne
Date:
These are kind of cool:

http://en.wikipedia.org/wiki/PostgreSQL

(The description part of that is...interesting)

One thing I think that needs updating and will definitely need to be
updated for 7.5 release is the Shortcomings section.

http://en.wikipedia.org/wiki/MySQL

Anyone we know contributed to them?

Chris


Re: Wikipedia for PostgreSQL (and MySQL)

From
Alvaro Herrera
Date:
On Thu, Jul 29, 2004 at 02:33:13PM +0800, Christopher Kings-Lynne wrote:
> These are kind of cool:
>
> http://en.wikipedia.org/wiki/PostgreSQL

Hey, I didn't know we had a Parrot function handler!

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"In a specialized industrial society, it would be a disaster
to have kids running around loose." (Paul Graham)


Re: Wikipedia for PostgreSQL (and MySQL)

From
Christopher Browne
Date:
In an attempt to throw the authorities off his trail, chriskl@familyhealth.com.au (Christopher Kings-Lynne)
transmitted:
> These are kind of cool:
>
> http://en.wikipedia.org/wiki/PostgreSQL
>
> (The description part of that is...interesting)
>
> One thing I think that needs updating and will definitely need to be
> updated for 7.5 release is the Shortcomings section.
>
> http://en.wikipedia.org/wiki/MySQL
>
> Anyone we know contributed to them?

I'm sure I know at least one person that has contributed to them...
--
output = reverse("moc.enworbbc" "@" "enworbbc")
http://www3.sympatico.ca/cbbrowne/spiritual.html
"Starting a project in C/C++ is a premature optimization."
-- Peter Jensen

Re: Wikipedia for PostgreSQL

From
Christopher Browne
Date:
After a long battle with technology, alvherre@dcc.uchile.cl (Alvaro Herrera), an earthling, wrote:
> On Thu, Jul 29, 2004 at 02:33:13PM +0800, Christopher Kings-Lynne wrote:
>> These are kind of cool:
>>
>> http://en.wikipedia.org/wiki/PostgreSQL
>
> Hey, I didn't know we had a Parrot function handler!

Is there some place where there is a comprehensive list of language
handlers?  It would be interesting to know what *ALL* the languages
are that one could use...
--
select 'cbbrowne' || '@' || 'ntlug.org';
http://cbbrowne.com/info/linuxxian.html
"Natives who beat drums to drive off evil spirits are objects of scorn
to smart Americans who blow horns to break up traffic jams."
-- Unknown

Re: Wikipedia for PostgreSQL

From
Peter Eisentraut
Date:
Christopher Browne wrote:
> Is there some place where there is a comprehensive list of language
> handlers?  It would be interesting to know what *ALL* the languages
> are that one could use...

By means of PL/sh you can use any language at all. :-)

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


Re: Wikipedia for PostgreSQL

From
Alvaro Herrera
Date:
On Thu, Jul 29, 2004 at 12:01:52PM -0400, Christopher Browne wrote:
> After a long battle with technology, alvherre@dcc.uchile.cl (Alvaro Herrera), an earthling, wrote:
> > On Thu, Jul 29, 2004 at 02:33:13PM +0800, Christopher Kings-Lynne wrote:
> >> These are kind of cool:
> >>
> >> http://en.wikipedia.org/wiki/PostgreSQL
> >
> > Hey, I didn't know we had a Parrot function handler!
>
> Is there some place where there is a comprehensive list of language
> handlers?  It would be interesting to know what *ALL* the languages
> are that one could use...

What, you want to know whether you can write functions in Befunge, BF or
a Turing-complying gotoless language like INTERCAL?

Seems as attractive to me as writing in Parrot assembly ...

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Now I have my system running, not a byte was off the shelf;
It rarely breaks and when it does I fix the code myself.
It's stable, clean and elegant, and lightning fast as well,
And it doesn't cost a nickel, so Bill Gates can go to hell."


Re: Wikipedia for PostgreSQL

From
Christopher Browne
Date:
After a long battle with technology, alvherre@dcc.uchile.cl (Alvaro Herrera), an earthling, wrote:
> On Thu, Jul 29, 2004 at 12:01:52PM -0400, Christopher Browne wrote:
>> After a long battle with technology, alvherre@dcc.uchile.cl (Alvaro Herrera), an earthling, wrote:
>> > On Thu, Jul 29, 2004 at 02:33:13PM +0800, Christopher Kings-Lynne wrote:
>> >> These are kind of cool:
>> >>
>> >> http://en.wikipedia.org/wiki/PostgreSQL
>> >
>> > Hey, I didn't know we had a Parrot function handler!
>>
>> Is there some place where there is a comprehensive list of language
>> handlers?  It would be interesting to know what *ALL* the languages
>> are that one could use...
>
> What, you want to know whether you can write functions in Befunge, BF or
> a Turing-complying gotoless language like INTERCAL?
>
> Seems as attractive to me as writing in Parrot assembly ...

No, I'm wondering which particular languages people have written
PostgreSQL language handlers for.  There does not seem to be any sort
of central list anywhere.
--
output = reverse("gro.mca" "@" "enworbbc")
http://cbbrowne.com/info/postgresql.html
"MICROS~1: The People  who Brought the Y2K Bug  into Software Titling"
-- cbbrowne@hex.net

Re: Wikipedia for PostgreSQL

From
Peter Eisentraut
Date:
Christopher Browne wrote:
> No, I'm wondering which particular languages people have written
> PostgreSQL language handlers for.  There does not seem to be any sort
> of central list anywhere.

C        - internal
SQL        - internal
PL/pgSQL    - internal
Tcl        - internal
Perl        - internal
Python        - internal
Ruby        - http://moulon.inra.fr/ruby/plruby.html
R        - http://www.joeconway.com/plr/
shell        - http://developer.postgresql.org/~petere/pgplsh/
Java        - http://gborg.postgresql.org/project/pljava/projdisplay.php
Java again    - http://plj.codehaus.org/
PHP        - http://plphp.commandprompt.com/

I've never seen that Parrot thing, though.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/