pgAdmin 1.14 bug

From: Vjacheslav Vjacheslav <eferalgan(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: pgAdmin 1.14 bug
Date: 2011-12-08 10:07:23
Message-ID: CA+BZD7Mxb8KmyK4BwBh2EfYa_VpHp5w9DLWHy90Ou6SWwqnEyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello,

pgAdmin version: Version 1.14.0 (Sep 12 2011, rev: REL-1_14_0)
OS: Windows XP Pro RUS SP3
PostgreSQL: 9.1.1. (compiled without any options)

bug description:
create a table (creation SQL below), then right click on it, and select
'Properties', then write some comment and click Ok, and you receive an
error (see in attachment). Bug is beacasue of long contraint
'ck_pos_documents_1'.

Table creation SQL:
CREATE TABLE pos_documents
(
id bigserial NOT NULL,
entry_type character varying(20) NOT NULL,
CONSTRAINT ck_pos_documents_1 CHECK (entry_type::text = 'Z-report
open'::text OR entry_type::text = 'Return'::text OR entry_type::text =
'Inkasso'::text OR entry_type::text = 'Sale'::text OR entry_type::text =
'X-report'::text OR entry_type::text = 'Cash Withdrawal'::text OR
entry_type::text = 'Z-report closed'::text OR entry_type::text = 'Open
drawer'::text OR entry_type::text = 'Service'::text OR entry_type::text =
'Z-report Z1'::text OR entry_type::text = 'Z-report Z2'::text OR
entry_type::text = 'Z-report Z3'::text OR entry_type::text = 'Z-report
Z4'::text)
)
WITH (
OIDS=FALSE
);

thank you.

Attachment Content-Type Size
image/png 7.2 KB

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2011-12-08 10:37:51 Re: pgAdmin 1.14 bug
Previous Message Mamatha_Kagathi_Chan 2011-12-08 06:10:14 Re: [pgadmin-support] Help for Migration