Crash when working with complex composite_types

Поиск
Список
Период
Сортировка
От Dorian Hoxha
Тема Crash when working with complex composite_types
Дата
Msg-id CANsFX04LoMthJ=Zk7wp_EqmwBFi0_i1oPFLJ6zov951npr0nrA@mail.gmail.com
обсуждение исходный текст
Список pgadmin-support
PgAdmin: 1.18.1
Postgresql: 9.3.1 32bit
Os: Windows 7 64bit (tried on 2 computers with same configuration)

Create a new database and then paste:

CREATE TYPE minithumb AS
   (x smallint,
    y smallint,
    url text);
ALTER TYPE minithumb
  OWNER TO root;

CREATE TYPE thumbnail AS
   (width smallint,
    height smallint,
    seconds numeric[],
    frames integer[],
    "interval" smallint,
    "number" smallint,
    title text,
    format smallint);
ALTER TYPE thumbnail
  OWNER TO root;

CREATE TYPE watermark AS
   (url text,
    x smallint,
    y smallint,
    width smallint,
    height smallint,
    opacity smallint);
ALTER TYPE watermark
  OWNER TO root;

CREATE TYPE output AS
   (width smallint,
    height smallint,
    minithumbs minithumb[],
    watermarks watermark[],
    thumbnails thumbnail[],
    start_time smallint,
    end_time smallint,
    title text,
    min_width smallint,
    min_height smallint);
ALTER TYPE output
  OWNER TO root;



Now go to output type, right click properties, crash.

В списке pgadmin-support по дате отправления:

Предыдущее
От: Eduard Szöcs
Дата:
Сообщение: Materialized views in pgadmin
Следующее
От: espeake@oreillyauto.com
Дата:
Сообщение: Use of uninitialized value $info{"pgdata"} in concatenation (.) or string at /usr/bin/pg_ctlcluster