Skip to main content
Module

x/pgsql_ast_parser/index.ts>AlterIndexStatement

Yet another simple Postgres SQL parser
Go to Latest
interface AlterIndexStatement
implements PGNode
import { type AlterIndexStatement } from "https://deno.land/x/pgsql_ast_parser@11.0.0/index.ts";

Properties

type: "alter index"
optional
ifExists: boolean