Skip to main content
Module

x/pgsql_ast_parser/index.ts>ValueKeyword

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