Skip to main content
Module

x/pgsql_ast_parser/index.ts>ValueKeyword

Yet another simple Postgres SQL parser
Latest
type alias ValueKeyword
import { type ValueKeyword } from "https://deno.land/x/pgsql_ast_parser@12.0.1/index.ts";
definition:
| "current_catalog"
| "current_date"
| "current_role"
| "current_schema"
| "current_timestamp"
| "current_time"
| "localtimestamp"
| "localtime"
| "session_user"
| "user"
| "current_user"
| "distinct"