Re: [HACKERS] [PATCH] pg_hba.conf.sample: mention www.postgresql.org

2008-01-06 Thread Jari Aalto
* Sat 2008-01-05 Peter Eisentraut <[EMAIL PROTECTED]> * Message-Id: [EMAIL PROTECTED] > Jari Aalto wrote: > >> Here is usggestion to add URL to documentation. > > But there are other sources for the documentation. It might be > preferrable to use a local copy. The lo

[HACKERS] [PATCH] pg_hba.conf.sample: mention www.postgresql.org

2008-01-05 Thread Jari Aalto
Here is usggestion to add URL to documentation. This patch is against git://repo.or.cz/PostgreSQL.git Jari >From 054ce704ba1368bb3f895c5ac3f7d05ee1782795 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 4 Jan 2008 10:00:12 +0200 Subject: [PATCH] pg_hba.conf.sample: ment

[HACKERS] FYI: PotgreSQL and SQL standards commentary WWW page

2005-10-16 Thread Jari Aalto
While I searched SQL information I ran into page that discusses database management systems and their standards compliance and to my satisfaction PostgreSQL scored high in this evaluation. As there is always room for improvements, perhaps the development team could read this document and record s

Re: [HACKERS] drop if exists

2005-10-15 Thread Jari Aalto
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Andrew Dunstan wrote: > | > | > From time to time the suggestion crops up of allowing a DROP IF EXISTS | > ... syntax. This seems not unreasonable, and I just spent a few minutes | > looking at what might be involved. > > What about "CREATE IF NOT EX