Handbook
Glossary
postgresql-result-error-message ( res -- str/f )
Vocabulary
db
.
postgresql
.
lib
Inputs
res
an
object
Outputs
str/f
an
object
Definition
USING:
ascii
db.postgresql.ffi
kernel
math
sequences
;
IN:
db.postgresql.lib
:
postgresql-result-error-message
( res -- str/f )
dup
zero?
[
drop
f
]
[
PQresultErrorMessage
[
blank?
]
trim
]
if
;