Re: [BUGS] BUG #3261: autovacuum starts regarding config setting

2007-05-04 Thread Evgeny Gridasov
C, I had a bad night sleep (actually dump-restored db =) On Fri, 04 May 2007 11:57:25 +0100 Heikki Linnakangas <[EMAIL PROTECTED]> wrote: > Please CC the list to allow others to participate in the discussion, and > to have it archived for future readers... > > Evgeny Grid

[BUGS] BUG #3261: autovacuum starts regarding config setting

2007-05-04 Thread Evgeny Gridasov
The following bug has been logged online: Bug reference: 3261 Logged by: Evgeny Gridasov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4-CVS Operating system: Linux Description:autovacuum starts regarding config setting Details: Hello, autovacuum starts

Re: [BUGS] BUG #2588: rename table and dump bug

2006-08-26 Thread Evgeny Gridasov
quence2 in a dump: table1 with sequence2, table2 with sequence1 On Fri, 25 Aug 2006 09:24:54 -0400 Tom Lane <[EMAIL PROTECTED]> wrote: > "Evgeny Gridasov" <[EMAIL PROTECTED]> writes: > > Is it a pg_dump bug or 'ALTER TABLE xxx RENAME TO xxx' does not renam

[BUGS] BUG #2588: rename table and dump bug

2006-08-25 Thread Evgeny Gridasov
The following bug has been logged online: Bug reference: 2588 Logged by: Evgeny Gridasov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4-cvs Operating system: linux debian Description:rename table and dump bug Details: test=# create table tseq1(id serial

Re: [BUGS] BUG #2261: ILIKE seems to be buggy on koi8 input

2006-02-21 Thread Evgeny Gridasov
x does not also work with upper/lower case russian letters, while upper()/lower() still work ok. On Wed, 15 Feb 2006 12:44:18 -0500 Tom Lane <[EMAIL PROTECTED]> wrote: > "Evgeny Gridasov" <[EMAIL PROTECTED]> writes: > > my terminal is RU_ru.KOI8-R, > > template1&

[BUGS] BUG #2261: ILIKE seems to be buggy on koi8 input

2006-02-15 Thread Evgeny Gridasov
The following bug has been logged online: Bug reference: 2261 Logged by: Evgeny Gridasov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.2 Operating system: Debian Linux Description:ILIKE seems to be buggy on koi8 input Details: my terminal is RU_ru.KOI8-R

[BUGS] BUG #2257: Can' stop server while autovacuum is running

2006-02-13 Thread Evgeny Gridasov
The following bug has been logged online: Bug reference: 2257 Logged by: Evgeny Gridasov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.2 CVS Operating system: Linux Debian Description:Can' stop server while autovacuum is running Details: I need

[BUGS] BUG #1889: little documentation error

2005-09-17 Thread Evgeny Gridasov
The following bug has been logged online: Bug reference: 1889 Logged by: Evgeny Gridasov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: n/a Description:little documentation error Details: http://developer.postgresql.org/docs/postgres

[BUGS] INSERT deadlocks (bug or feature?)

2005-05-27 Thread evgeny gridasov
Hi everybody! Recently, I've discovered an interesting feature (or a bug?) of PostgreSql (checked 7.4.x and 8.0.x): One may define such tables: create table ref( id serial primary key, name text); create table dat( id serial, ref_id int references ref(id), comment text); Let us fill the ref t