Expand description
Functionsยง
- quote_
ident - Double-quote a PostgreSQL identifier, escaping any embedded double quotes.
- render
- Render a single
Changeinto a SQL statement (including trailing;). - render_
all - Render all changes into a single SQL script.
- render_
statements - Render a single
Changeinto one or more SQL statements.