chickadee » postgresql » row-values

(row-values RES [ROW] [raw: RAW])procedure

Returns a list of all the columns' values at the given ROW number. If ROW is omitted, it defaults to zero. If RAW is true, the values are either strings, blobs or sql-null objects. Otherwise, it depends on the parsers.