Class: PG::TextDecoder::Identifier
- Inherits:
-
SimpleDecoder
- Object
- SimpleDecoder
- PG::TextDecoder::Identifier
- Defined in:
- ext/pg_text_decoder.c
Overview
This is the decoder class for PostgreSQL identifiers.
Returns an Array of identifiers:
PG::TextDecoder::Identifier.new.decode('schema."table"."column"')
=> ["schema", "table", "column"]