Documentation ¶
Overview ¶
Package pgutil provides utilities to deal with PostgreSQL specific data types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParsePgArray ¶
ParsePgArray parses the output string from the array type. Regex used: (((?P<value>(([^",\\{}\s(NULL)])+|"([^"\\]|\\"|\\\\)*")))(,)?) Thanks to adharris: https://gist.github.com/adharris/4163702
func ParsePgRow ¶
ParsePgRow a pg row which looks like "(12,\"foo, bar\", 12)" (unquoted)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.