bug: 2 dimensional array - Mailing list pgsql-bugs

From Kathy zhu
Subject bug: 2 dimensional array
Date
Msg-id 3D418E98.C5722C08@Sun.COM
Whole thread Raw
List pgsql-bugs
Here is the sequence suggested in the Tutorial from your site:

CREATE TABLE SAL_EMP (
   kathydb(#  name            text,
    pkathydb(# ay_by_quarter  integer[],
    schedule  kathydb(#       text[][]
);

INSERT INTO SAL_EMP
    VAkathydb-# LUES ('Bill',
  kathydb(#   '{10000, 10000, 10000, 10000}',
    'kathydb(# {{"meeting", "lunch"}, {}}');

select * from sal_emp;
 name |      pay_by_quarter       |      schedule
------+---------------------------+--------------------
 Bill | {10000,10000,10000,10000} | {{"meeting"},{""}}
(1 row)


**** bug:
"Lunch" is gone.

pgsql-bugs by date:

Previous
From: Kathy zhu
Date:
Subject: bug "\! cd"
Next
From: paviles@its.co.cr
Date:
Subject: Bug #722: SELECT FOR UPDATE bug