CASE and functions are not working - Mailing list pgsql-sql

From Ivan Kirillov
Subject CASE and functions are not working
Date
Msg-id 01bdcb57$99e09ef0$294092c3@van-nt.relline.ru
Whole thread Raw
List pgsql-sql
Hello!
 
I have a several questions about PosgreSQL.
I have to find sum of all greatest values in each string in table,but cant do it because functions LEAST and int2lager is not included in Postgre and construction CASE-WHEN-THEN is not working as well.
Then i tryed to implement my own function,compiled it on C on Linux,make switch -fpic for cc, I received answer - lib is not ELF compatible.
What should i do?
Please help.
 
Ivan.

pgsql-sql by date:

Previous
From: Mark Dalphin
Date:
Subject: Sub-select problem (or bug?)
Next
From: "G. Anthony Reina"
Date:
Subject: Appending arrays in a table