Re: [GENERAL] Error while compiling on HP-UX ia64

2010-10-11 Thread Derk Jan Horstman
Hi, After a new install of HP-UX B.11.23 (ia64) and installing the latest patches on it, I've tried to compile PostgreSQL 9.0.1 from source again. But I've still got problems with compiling, the process is ending with the next errors: gmake[3]: Entering directory `/anva/PostgreSQL/pgsqlsource/

Re: [GENERAL] column-level update privs + lock table

2010-10-11 Thread Josh Kupershmidt
On Thu, Oct 7, 2010 at 7:43 PM, Josh Kupershmidt wrote: > I noticed that granting a user column-level update privileges doesn't > allow that user to issue LOCK TABLE with any mode other than Access > Share. Anyone think this could be added as a TODO? Josh -- Sent via pgsql-general mailing lis

Re: [GENERAL] Error while compiling on HP-UX ia64

2010-10-11 Thread Tom Lane
Derk Jan Horstman writes: > After a new install of HP-UX B.11.23 (ia64) and installing the latest patches > on it, I've tried to compile PostgreSQL 9.0.1 from source again. > But I've still got problems with compiling, the process is ending with the > next errors: > ip.c: In function 'pg_foreach

Re: [GENERAL] Error while compiling on HP-UX ia64

2010-10-11 Thread Murphy, Joe
> Derk Jan Horstman writes: > > After a new install of HP-UX B.11.23 (ia64) and installing the latest > > patches on it, I've tried to compile PostgreSQL 9.0.1 from source again. > > But I've still got problems with compiling, the process is ending with the > > next errors: > > ip.c: In functio

Re: [GENERAL] LOG: unexpected EOF on client connection

2010-10-11 Thread Brar Piening
On Fri, 8 Oct 2010 09:57:31 -0400, akp geek wrote: LOG: unexpected EOF on client connection Npgsql is a very potent EOF-Generator if the client app doesn't properly close (or dispose explicitly) connections. see http://fxjr.blogspot.com/2010/04/npgsql-connection-pool-explained.html Rega

Re: [GENERAL] Postgres won't start after setting ssl=on

2010-10-11 Thread David Fetter
On Sun, Oct 10, 2010 at 12:08:13AM -0700, Mike Christensen wrote: > While I do appreciate the vote of confidence, rest assured you will > never see a post from me that starts with "So I've been hacking the pg > code and..." Actually, we get *plenty* of those. Cheers, David. -- David Fetter http

Re: [GENERAL] What was new in 8.4 & 8.3?

2010-10-11 Thread David Fetter
On Thu, Oct 07, 2010 at 10:14:26AM -0400, Greg Smith wrote: > Scott Ribe wrote: > >The what's new in 9.0 document on the wiki is great. Is there > >anything similar for 8.4 & 8.3 & so on? > > I keep my list of links to interesting articles on the features in > each version here: http://wiki.postg

Re: [GENERAL] Regarding initdb & pg_ctl

2010-10-11 Thread Shiv Gowda
On windows 2003 make the "postgres" user Member of "Power Users" group and NOT "Administrators". This should solve the above problem and the problem of installing postgreSQL on Windows 2003. -- View this message in context: http://postgresql.1045698.n5.nabble.com/Regarding-initdb-pg-ctl-tp192437

[GENERAL] NoSQL -vs- SQL

2010-10-11 Thread Carlos Mennens
Just wondering how you guys feel about NoSQL and I just wanted to share the following article... http://www.linuxjournal.com/article/10770 Looking to read your feedback and / or opinions. -Carlos -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subs

Re: [GENERAL] NoSQL -vs- SQL

2010-10-11 Thread David Boreham
On 10/11/2010 5:46 PM, Carlos Mennens wrote: Just wondering how you guys feel about NoSQL and I just wanted to share the following article... http://www.linuxjournal.com/article/10770 Looking to read your feedback and / or opinions. http://www.xtranormal.com/watch/6995033/ (warning: may not b

Re: [GENERAL] NoSQL -vs- SQL

2010-10-11 Thread Rich Shepard
On Mon, 11 Oct 2010, Carlos Mennens wrote: Just wondering how you guys feel about NoSQL and I just wanted to share the following article... http://www.linuxjournal.com/article/10770 Looking to read your feedback and / or opinions. Carlos, I stopped reading LJ several years ago, but that's

Re: [GENERAL] NoSQL -vs- SQL

2010-10-11 Thread Darren Duncan
Carlos Mennens wrote: Just wondering how you guys feel about NoSQL and I just wanted to share the following article... http://www.linuxjournal.com/article/10770 Looking to read your feedback and / or opinions. "NoSQL" is a brand name and the things it applies to are better called distributed

Re: [GENERAL] NoSQL -vs- SQL

2010-10-11 Thread Dann Corbit
> -Original Message- > From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general- > ow...@postgresql.org] On Behalf Of Carlos Mennens > Sent: Monday, October 11, 2010 4:47 PM > To: pgsql-general@postgresql.org > Subject: [GENERAL] NoSQL -vs- SQL > > Just wondering how you guys feel ab

Re: [GENERAL] NoSQL -vs- SQL

2010-10-11 Thread Scott Marlowe
On Mon, Oct 11, 2010 at 5:46 PM, Carlos Mennens wrote: > Just wondering how you guys feel about NoSQL and I just wanted to > share the following article... > > http://www.linuxjournal.com/article/10770 > > Looking to read your feedback and / or opinions. Here's my opinion. Key-value store is NOT

Re: [GENERAL] NoSQL -vs- SQL

2010-10-11 Thread Peter C. Lai
On 2010-10-11 05:57:37PM -0600, David Boreham wrote: > On 10/11/2010 5:46 PM, Carlos Mennens wrote: > > Just wondering how you guys feel about NoSQL and I just wanted to > > share the following article... > > > > http://www.linuxjournal.com/article/10770 > > > > Looking to read your feedback and

Re: [GENERAL] NoSQL -vs- SQL

2010-10-11 Thread Andy Colson
On 10/11/2010 8:50 PM, Scott Marlowe wrote: On Mon, Oct 11, 2010 at 5:46 PM, Carlos Mennens wrote: Just wondering how you guys feel about NoSQL and I just wanted to share the following article... http://www.linuxjournal.com/article/10770 Looking to read your feedback and / or opinions. Her

Re: [GENERAL] What was new in 8.4 & 8.3?

2010-10-11 Thread Scott Ribe
On Oct 11, 2010, at 4:35 PM, David Fetter wrote: > Should we have a 9.1 one? There's already been at least one large, > new feature, namely INSTEAD OF triggers. I think so. From my point of view, not needed until the release, or at least the feature set is frozen for sure. For people with a hig