Le 30/08/2010 13:45, Valentine Gogichashvili a écrit :
> Running on Version 1.12.0 Beta4 (Jul 30 2010 rev: REL-1_12_0_BETA4)
>
> Imagine such a type definition:
>
> CREATE SCHEMA test_schema;
> CREATE TYPE test_schema.inner_record_type AS
>(a text,
> b integer);
> CREATE TYPE test_schema.
Running on Version 1.12.0 Beta4 (Jul 30 2010 rev: REL-1_12_0_BETA4)
Imagine such a type definition:
CREATE SCHEMA test_schema;
CREATE TYPE test_schema.inner_record_type AS
(a text,
b integer);
CREATE TYPE test_schema.outer_record_type AS
(status integer,
result_array test_schema.inn
Le 05/06/2010 23:12, Guillaume Lelarge a écrit :
> Le 31/05/2010 20:36, Guillaume Lelarge a écrit :
>> Hi,
>>
>> Le 24/05/2010 20:29, Vladimir Kokovic a écrit :
>>> [...]
>>> After adding the editor for date/time fields,
>>> it is necessary to add the possibility to copy/paste numeric fields.
>>>
>