Pascale Thomas <[EMAIL PROTECTED]> writes:
> "select nom_soc from societe where event_ok[1]=1"
> The error message is : Unable to locate type name 'event_ok' in catalog
In 6.5.* this only works if you write out the fully qualified name:
select nom_soc from societe where societe.even
Hello,
My name : Pascale Thomas
My E-mail: [EMAIL PROTECTED]
Configuration : PostgreSQL 6.5.1 on i686-pc-linux-gnu, compiled by gcc
pgcc-2.91.66
I have problems with an array in a table.
The name of the table is "societe", the name of the array is "event_ok",
declared in m