PG::TextDecoder::

Identifier class

This is the decoder class for PostgreSQL identifiers.

Returns an Array of identifiers:

PG::TextDecoder::Identifier.new.decode('schema."table"."column"')
   => ["schema", "table", "column"]