On 03/02/2017 01:30 PM, Alexander Farber wrote:
Adrian, but the stored function works, I am just not happy that the
results are casted to strings by PHP... and wonder hpw to fix or
workaround this.

So what is the result when you run the function in psql?

Also if I am following correctly should this:

  $bid     = $row['bid'];
                $letters = $row['letters'];
                $values  = $row['values']

not be?:

  $bid     = $row['out_bid'];
                $letters = $row['out_letters'];
                $values  = $row['out_values']




--
Adrian Klaver
adrian.kla...@aklaver.com


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to