uot;contrib/hstore/hstore.control" of pg 9.3 is
identical to 9.2 one. And there is no file like "hstore--1.1--1.2.sql".
Is there a miss of update files for hstore?
Thanks in advance.
--
Regards
Murat Kabilov
Hi,
Is there any way to get current stored procedure name?
Best Regards,
Hello,
Is there a function which returns number of not null arguments?
SELECT notnull_count(1, 1, NULL, NULL)
notnull_count
---
2
SELECT notnull_count(ARRAY[1,2,3], ARRAY[10,20,30], NULL, ARRAY[NULL])
notnull_count
---
3
Thanks
--
Murat
Hello,
I would like to know if there is a function that extracts an element by its
index from an array?