interface CommentStatement
implements PGNode
import { type CommentStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Properties
on: { type: ; name: QName; } | { type: "column"; column: QColumn; }
| "table"
| "database"
| "index"
| "materialized view"
| "trigger"
| "type"
| "view"
This is not exhaustive compared to https://www.postgresql.org/docs/13/sql-comment.html But this is what's supported. File an issue if you want more.