Re: Role Models Wanted

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Role Models Wanted
Date: 2003-07-23 21:38:10
Message-ID: 20030723233810.E585@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I'm searching for projects that would serve as good PostgreSQL examples. In
Excellent idea.

> Ideally the project would have the following characteristics:
[...]
- good use of connection pooling
- good use of read-only vs. read-write connections (emulated
via grants or as in 7.4devel)
- use of notifies (dynamic/non-dynamic notify names)
- good solutions to standard problems:
- auditing
- special purpose ref-counting
- cross-database queries with dblink
- tsearch
- i18n for strings in the database
- "fixed nr. of rows" in a table
- ...

This should not only serve as helpful advocacy material but
also provide for best-of-breed examples to check one's own
design and code against.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Travers 2003-07-23 21:47:41 Re: Role Models Wanted
Previous Message greg 2003-07-23 21:21:25 Re: birthday calculation