Gentoo shared_buffers setting (was: [BUGS] BUG #3888: postmaster...)

2008-01-22 Thread Marti
On 1/20/08, Tom Lane <[EMAIL PROTECTED]> wrote: >> Marti Raudsepp wrote: >>> However, as of PostgreSQL 8.3, postmaster requires that the number of >>> buffers is at least (max_connections*2 + 6) > It's sort of irrelevant IMHO, as any useful setting is orders

[BUGS] BUG #3888: postmaster: misleading error message for illegal -B values

2008-01-20 Thread Marti Raudsepp
The following bug has been logged online: Bug reference: 3888 Logged by: Marti Raudsepp Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3RC1 Operating system: Linux AMD64 Description:postmaster: misleading error message for illegal -B values Details: When

Re: [BUGS] BUG #6483: Rows being evaluated, although being outside the LIMIT / OFFSET boundaries

2012-02-22 Thread Marti Raudsepp
even more against "common sense", but at least it would be "correct" :) Regards, Marti -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #6483: Rows being evaluated, although being outside the LIMIT / OFFSET boundaries

2012-02-22 Thread Marti Raudsepp
On Wed, Feb 22, 2012 at 23:40, Tom Lane wrote: > Marti Raudsepp writes: >> According to this model, evaluating SELECT clause fields for *all* >> found rows is done in step 5, whereas LIMIT/OFFSET are only applied >> later at step 9. So we're already bending the rules he

Re: [BUGS] BUG #6489: Alter table with composite type/table

2012-02-28 Thread Marti Raudsepp
re composite types in tables, I think you're better off using CREATE TYPE/ALTER TYPE. Regards, Marti -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #6513: explain (analyze, buffers) and toasted fields

2012-03-12 Thread Marti Raudsepp
curate picture of where the time is being spent. Now, another question is whether to use text or binary output functions. And where to account the time, since this happens outside of the plan tree. At the very least, I think this gotcha should be documented on the EXPLAIN page. Regards, Marti -

Re: [BUGS] BUG #6550: Querry failed while using throung php program.

2012-03-22 Thread Marti Raudsepp
erent query from there. Regards, Marti -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #6751: usage flaws in pg_restore

2012-07-31 Thread Marti Raudsepp
This has already been fixed. PostgreSQL 9.2beta says: pg_restore: [archiver] input file appears to be a text format dump. Please use psql. Regards, Marti -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] stable vs. immutable unaccent function

2013-05-05 Thread Marti Raudsepp
ifferent results at different times, but you will always get consistent results to your queries. Regards, Marti -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs