Re: [GENERAL] Disable Transaction - plans ?

2001-10-24 Thread Ben-Nes Michael
No, I don't want MySQL I want specific few chosen tables to be without transaction like: session table All the other tables (95%) must have transaction ... foreign keys inherits ... views ... I think it can be very beneficial to chop of portion of the code or even implant another system

Re: [GENERAL] Installation problems

2001-10-24 Thread Doug McNaught
"John Fabiani" <[EMAIL PROTECTED]> writes: > I'm a newbie too. In my case I had to create the directories prior to > initdb. Also I had to create the linux user "postrgres". If you're installing from RPMs, you shouldn't need to do that. Simply install the packages and run '/etc/rc.d/init.d/p

Re: [GENERAL] Installation problems

2001-10-24 Thread John Fabiani
I'm a newbie too. In my case I had to create the directories prior to initdb. Also I had to create the linux user "postrgres". John "James Szabadics" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > I recently decided I would install Postgres 7.1.3 server on a Linux > Redhat 7.1

Re: [GENERAL] Getting OID after Insert

2001-10-24 Thread Martijn van Oosterhout
On Tue, Oct 23, 2001 at 02:38:04PM -0400, Kevin HaleBoyes wrote: > Is this actually guaranteed to work? > What happens if another call to append_test() is made such that > the insert takes place in the first call, then the insert takes place > in the second call before the select currval(). Yes,