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
"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
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
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,