Flowdock
method

unquote

Importance_1
v7.1.3.2 - Show latest stable - 0 notes - Class: Range

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

unquote(value) private

When formatting the bound values of range types, PostgreSQL quotes the bound value using double-quotes in certain conditions. Within a double-quoted string, literal “ and \ characters are themselves escaped. In input, PostgreSQL accepts multiple escape styles for ” (either " or “”) but in output always uses “”. See:

  • www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-IO

  • www.postgresql.org/docs/current/rowtypes.html#ROWTYPES-IO-SYNTAX

Show source
Register or log in to add new notes.