pgAdmin 1.14 bug - Mailing list pgadmin-support

From Vjacheslav Vjacheslav
Subject pgAdmin 1.14 bug
Date
Msg-id CA+BZD7Mxb8KmyK4BwBh2EfYa_VpHp5w9DLWHy90Ou6SWwqnEyg@mail.gmail.com
Whole thread Raw
Responses Re: pgAdmin 1.14 bug
List 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

pgadmin-support by date:

Previous
From: UNTERRAINER.Guenther@leitwind.com
Date:
Subject: pgagent
Next
From: Dave Page
Date:
Subject: Re: pgAdmin 1.14 bug