Re: plpgsql loop not returning value
От
Greg Stark
Тема
Re: plpgsql loop not returning value
Дата
Msg-id
874qkt3oj8.fsf@stark.xeocode.com
Ответ на
Re: plpgsql loop not returning value (Josh Close)
Список
Дерево обсуждения
plpgsql loop not returning value Josh Close <narshe@gmail.com>
Re: plpgsql loop not returning value Michael Fuhr <mike@fuhr.org>
Re: plpgsql loop not returning value Josh Close <narshe@gmail.com>
Re: plpgsql loop not returning value Michael Fuhr <mike@fuhr.org>
Re: plpgsql loop not returning value Josh Close <narshe@gmail.com>
Re: plpgsql loop not returning value Greg Stark <gsstark@mit.edu>
Re: plpgsql loop not returning value Josh Close <narshe@gmail.com>
Josh Close 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 по дате отправления