Bug: the index on INTEGER field does not work (PG 7.1.2).
Test 1:
1) create table test_int(id int primary key);
2) insert 1 records in table test_int with perl program (values
1,2,3,...,1).
3) 500 times execute query
SELECT * FROM test_int WHERE id = random number
(random numb
Pgadmin 3.1 don t work (operations like insert rows) with columns named
in russian language (title of column in russian language). But the same
operations using PhpPgAdmin - all works very well, right. And if
replace russian title of column with equivalent in english - all works
very well.