If your business uses relational databases to store data, it helps to use the SQL SELECT command with the INTO clause to create new tables from query results. This method isn't ANSI-standard SQL, but ...
Previously, when parsing the type of a declared PL/pgSQL variable, the parser could return an internal error when attempting to parse an expression like `xy@ROWTYPE ...
I'd like to explore the idea of changing PgTyped to use syntax that is valid SQL, so that it can be formatted by SQL formatters that are standard compliant. At the moment I'm finding most SQL ...