postgresql

package
v0.1.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2026 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Levels
	TYPES     = "types"
	SCHEMAS   = "schemas"
	FUNCTIONS = "functions"
	ROUTINES  = "routines"
	SEQUENCES = "sequences"
	TABLES    = "tables"
)
View Source
const (
	// Levels
	GLOBAL               = "global"
	DATABASE             = "database"
	TYPE                 = "type"
	TABLESPACE           = "tablespace"
	SCHEMA               = "schema"
	PARAMETER            = "parameter"
	LARGE_OBJECT         = "large object"
	LANGUAGE             = "language"
	FUNCTION             = "function"
	PROCEDURE            = "procedure"
	ROUTINE              = "routine"
	ALL_FUNCTIONS        = "all functions in schema"
	ALL_PROCEDURES       = "all procedures in schema"
	ALL_ROUTINES         = "all routines in schema"
	FOREIGN_SERVER       = "foreign server"
	FOREIGN_DATA_WRAPPER = "foreign data wrapper"
	DOMAIN               = "domain"
	SEQUENCE             = "sequence"
	ALL_SEQUENCES        = "all sequences in schema"
	TABLE                = "table"
	ALL_TABLES           = "all tables in schema"

	// Privileges
	SELECT         = "select"
	INSERT         = "insert"
	UPDATE         = "update"
	DELETE         = "delete"
	TRUNCATE       = "truncate"
	REFERENCES     = "references"
	TRIGGER        = "trigger"
	CREATE         = "create"
	CONNECT        = "connect"
	TEMPORARY      = "temporary"
	EXECUTE        = "execute"
	USAGE          = "usage"
	SET            = "set"
	ALTER_SYSTEM   = "alter system"
	ALL_PRIVILEGES = "all privileges"
	SUPERUSER      = "superuser"
	CREATE_DB      = "createdb"
	CREATE_ROLE    = "createrole"
	BYPASS_RLS     = "bypassrls"
)

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL