namespaceSqlFaker\PostgreSql\Generation\Rewrite\Query
Classes 4§
| IntoClauseRule | analyze.c:transformOptionalSelectInto accepts INTO only on a top-level query's leftmost SELECT. |
| ParserOptionsRule | Removes options forbidden by the trigger/view grammar actions, scoped to their direct owner. |
| SchemaElementsRule | CREATE SCHEMA with IF NOT EXISTS cannot contain schema elements. |
| SelectOptionsRule | gram.y:insertSelectOptions merges parenthesized query options into the same SelectStmt. |