[BUGS] insert char(1) type by different ways.

2001-02-02 Thread And. Andruikhanov
Good day. System Configuration - Architecture: Intel Pentium Operating System: 4.2-STABLE FreeBSD PostgreSQL ver

[BUGS] some info about char(1)

2001-02-05 Thread And. Andruikhanov
Good day. It's some differences in results, then I inserted char(1) type: create table ku(n_pp int4, col char(1)); insert into ku values(1, '\000'); insert into ku values(2, '\040'); insert into ku values(3, ichar(0)); insert into ku values(4, ichar(32)); select n_pp, ascii(col) from ku ; n_p

[BUGS] create type and backend terminate

2001-02-27 Thread And. Andruikhanov
Good day. System Configuration - Architecture: Intel Pentium Operating System: FreeBSD 3.5-STABLE PostgreSQL version: PostgreSQL-7.0.3 Compiler used: gcc 2.7.2.3 Description of problem -- I have some problem with creating new type in pgsql.

[BUGS] temp table in pl/pgsql language

2001-05-21 Thread And. Andruikhanov
Good day. System Configuration - Architecture: Intel Pentium Operating System: FreeBSD 4.2-STABLE PostgreSQL version: PostgreSQL-7.1RC1 Compiler used: gcc 2.95.2 Description of problem -- It's may be postgreSQL limitation, but I foun

[BUGS] error in expr. with array or wrong in documentation ?

2001-05-21 Thread And. Andruikhanov
Good day. System Configuration - Architecture: Intel Pentium Operating System: FreeBSD 4.2-STABLE PostgreSQL version: PostgreSQL-7.1RC1 or 7.1.1 Compiler used: gcc 2.95.2 Description of problem -- Chapter 6. Arrays (In Docu

[BUGS] timestamp (minor bug)

2001-07-22 Thread And. Andruikhanov
Good day. System Configuration - Architecture: Intel Pentium Operating System: FreeBSD 4.2-STABLE PostgreSQL version: PostgreSQL-7.1.2 Compiler used: gcc 2.95.2 Description of problem -- Wrong result in timestamp value between

Re: [BUGS] timestamp (minor bug)

2001-07-25 Thread And. Andruikhanov
On Sun, 22 Jul 2001, Tom Lane wrote: > "And. Andruikhanov" <[EMAIL PROTECTED]> writes: > > Wrong result in timestamp value between "winter" and "summer" time: > > Could you trace through the timestamp conversion routines and determine > exac

[BUGS] reclaim database storage

2001-10-15 Thread And. Andruikhanov
Hi. System Configuration - Architecture: Intel Pentium Operating System: FreeBSD 4.2-STABLE PostgreSQL version: PostgreSQL-7.1.2 Compiler used: gcc 2.95.2 Description of problem -- Some data-tables accumulate infromation from the system