array[10]

Поиск
Список
Период
Сортировка
От Marco Kaerger
Тема array[10]
Дата
Msg-id 1060709405.1478.19.camel@vitrado-002
обсуждение исходный текст
Ответы Re: array[10]  (Joe Conway <mail@joeconway.com>)
Список 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!

Вложения

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: pg_autovacuum ?
Следующее
От: Murthy Kambhampaty
Дата:
Сообщение: Re: Backup routine