array[10] - Mailing list pgsql-admin

From Marco Kaerger
Subject array[10]
Date
Msg-id 1060709405.1478.19.camel@vitrado-002
Whole thread Raw
Responses Re: array[10]
List pgsql-admin
hi there,

i have got a problem concerning arrays in postgres
i created a function in which i want to know if the index 8 of var_array
ist not NULL:

IF var_array[8] IS NOT NULL

    THEN

    (query)

    END IF;


then i call the function and the query is submitted, allthough
var_array[8] is 'NULL'



any solutions for that problem?

thanx!

Attachment

pgsql-admin by date:

Previous
From: Robert Treat
Date:
Subject: Re: pg_autovacuum ?
Next
From: Murthy Kambhampaty
Date:
Subject: Re: Backup routine