Skip to main content
Module

x/postgres/mod.ts>Notice

PostgreSQL driver for Deno
Extremely Popular
Latest
interface Notice
import { type Notice } from "https://deno.land/x/postgres@v0.19.3/mod.ts";

The notice interface defining the fields of a notice message

Properties

severity: string

The notice severity level

code: string

The notice code

message: string

The notice message

optional
detail: string

The additional notice detail

optional
hint: string

The notice hint descrip=bing possible ways to fix this notice

optional
position: string

The position of code that triggered the notice

optional
internalPosition: string

The internal position of code that triggered the notice

optional
internalQuery: string

The internal query that triggered the notice

optional
where: string

The where metadata

optional
schema: string

The database schema

optional
table: string

The table name

optional
column: string

The column name

optional
dataType: string

The data type name

optional
constraint: string

The constraint name

optional
file: string

The file name

optional
line: string

The line number

optional
routine: string

The routine name