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
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
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
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
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&
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
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
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
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