Skip to main content
Module

x/postgres/connection/message.ts>Notice

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
interface Notice
import { type Notice } from "https://deno.land/x/postgres@v0.16.1/connection/message.ts";

Properties

severity: string
code: string
message: string
optional
detail: string
optional
hint: string
optional
position: string
optional
internalPosition: string
optional
internalQuery: string
optional
where: string
optional
schema: string
optional
table: string
optional
column: string
optional
dataType: string
optional
constraint: string
optional
file: string
optional
line: string
optional
routine: string