Represents a qualified PostgreSQL name (schema + object name). Handles quoting correctly even if names contain dots.
Escapes a PostgreSQL identifier (e.g. table name, type name, channel name) by wrapping it in double quotes and escaping any internal double quotes if it contains special characters.