Re: Is my MySQL Gaining ? - Mailing list pgsql-general

From Rory Campbell-Lange
Subject Re: Is my MySQL Gaining ?
Date
Msg-id 20040103231839.GD8291@campbell-lange.net
Whole thread Raw
In response to Re: Is my MySQL Gaining ?  (Ericson Smith <eric@did-it.com>)
Responses Re: Is my MySQL Gaining ?  ("Keith C. Perry" <netadmin@vcsn.com>)
Re: Is my MySQL Gaining ?  ("Keith C. Perry" <netadmin@vcsn.com>)
List pgsql-general
Well, another approach is to provide a set of 'real-life' mini project
examples to show the PG way of doing things, and link items in the code
to pages in the documentation.

An example mini project would be to show PHP users a way of updating
multiple tables from a single function call (pl/pgsql) or how to return
page 2 of a total of 8 pages the PG way (set returning functions), or
how to show the number of contributions each author in a list has made
(left outer joins...).

Rory

On 29/12/03, Ericson Smith (eric@did-it.com) wrote:
> What's next? Do we keep arguing about how it meets our needs now, or
> look at moving forward to meet the needs of the next crop of new users
> who think MySQL sucks, but need better documentation?

--
Rory Campbell-Lange
<rory@campbell-lange.net>
<www.campbell-lange.net>

pgsql-general by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: website doc search is extremely SLOW
Next
From: Joe Conway
Date:
Subject: Re: Passing a comma delimited list to a function