[DOCS] broken link on techdocs

2005-08-10 Thread Jeff Davis
I tried to access


and it says that the connection was refused. However, that's a useful
document and I'm not sure it has a replacement. Is this a temporary host
server problem, or is that a broken link?

Maybe for outside links we should periodically run one of those web
crawler things that checks for broken links. It seems unprofessional
when we have broken links anywhere on the site. Also, it can alert us to
resources that may need to be hosted somewhere more reliably.

Regards,
Jeff Davis

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[DOCS] Article doing a basic comparison of MySQL, Oracle, PostgreSQL

2005-08-10 Thread Gavin Sherry
Though it was published some time ago, I only just came across this
article:

http://www.suite101.com/article.cfm/oracle/115560

The comparison criteria is primative but PostgreSQL does well. I must say,
I was thrown by this comment:

"That web site includes a very good installation document. However, post
installation and getting started documentation is very limited. I hope
that that will change in time."

I find this peculiar, considering this:

http://www.postgresql.org/docs/8.0/static/tutorial-start.html

Now, perhaps the author's conclusion is just bogus but can anyone think of
better ways in which we could ease people into PostgreSQL?

Thanks,

Gavin

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match