PG::TextDecoder::
Identifier class
Superclass | PG::SimpleDecoder |
This is the decoder class for PostgreSQL identifiers.
Returns an Array
of identifiers:
PG::TextDecoder::Identifier.new.decode('schema."table"."column"') => ["schema", "table", "column"]