Handbook
Glossary
(postgresql-error-message) ( handle -- str )
Vocabulary
db
.
postgresql
.
lib
Inputs
handle
an
object
Outputs
str
an
object
Definition
USING:
ascii
db.postgresql.ffi
sequences
splitting
;
IN:
db.postgresql.lib
:
(postgresql-error-message)
( handle -- str )
PQerrorMessage
split-lines
[
[
blank?
]
trim
]
map
join-lines
;