Re: plpgsql loop not returning value - Mailing list pgsql-general

From Greg Stark
Subject Re: plpgsql loop not returning value
Date
Msg-id 874qkt3oj8.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: plpgsql loop not returning value  (Josh Close <narshe@gmail.com>)
Responses Re: plpgsql loop not returning value  (Josh Close <narshe@gmail.com>)
List pgsql-general
Josh Close <narshe@gmail.com> writes:

> I didn't write it, but it's to avoid locking. Each table is for a
> different server. They are all writing at the same time, and I guess
> it speeds up the inserts to have them in different tables.

Uh, not in Postgres. Perhaps you're thinking of another database system?
In fact I suspect it's slowing down your system somewhat.

--
greg

pgsql-general by date:

Previous
From: Ken Tozier
Date:
Subject: Re: Newbie table definition question
Next
From: Oleg Bartunov
Date:
Subject: Re: Tsearch2 trigger firing...