base/protocols/postgresql/consts.zeek

PostgreSQL
Namespace:

PostgreSQL

Summary

State Variables

PostgreSQL::auth_ids: table &default = function &redef

PostgreSQL::error_ids: table &default = function &redef

Detailed Interface

State Variables

PostgreSQL::auth_ids
Type:

table [count] of string

Attributes:

&default = function &redef

Default:
{
   [2] = "KerberosV5",
   [8] = "GSSAPIContinue",
   [11] = "SASLContinue",
   [3] = "CleartextPassword",
   [7] = "GSSAPI",
   [5] = "MD5Password",
   [9] = "SSPI",
   [10] = "SASL",
   [12] = "SASLFinal"
}
PostgreSQL::error_ids
Type:

table [string] of string

Attributes:

&default = function &redef

Default:
{
   ["R"] = "Routine",
   ["H"] = "Hint",
   ["D"] = "Detail",
   ["S"] = "SeverityLocalized",
   ["d"] = "Data",
   ["p"] = "InternalPosition",
   ["W"] = "Where",
   ["M"] = "Message",
   ["n"] = "Constraint",
   ["c"] = "Column",
   ["V"] = "Severity",
   ["t"] = "Table",
   ["C"] = "Code",
   ["F"] = "File",
   ["P"] = "Position",
   ["s"] = "Schema",
   ["q"] = "InternalQuery",
   ["L"] = "Line"
}