No docs directory nothing.
There are also people that have PHPNuke running with Postgres but that is also lacking in docs.
I really do not fault Postgres or the developers for this. I will say that I feel that is why MySQL is gets a lot more press than Postgres. I really like using Postgres and I even wrote our call center app using it as the back end. The program does not store the audio but it a super call back list. It also handle our RMAs and tracks unresolved support questions. It only handles about 100,000 calls a year but postgres has never lost a call and the server keeps chugging away.
Tom Lane wrote:
David Siebert <[EMAIL PROTECTED]> writes:
I also know that somewhere their is a version of bugzilla that runs on Postgres but I have not had much luck finding it.
Red Hat runs their bugzilla on Postgres:
http://bugzilla.redhat.com/bugzilla/
Source code is available from a link near the end of that page.
regards, tom lane
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match