statements

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Databases = `
SELECT
  datname
FROM
  pg_database
WHERE
  NOT datistemplate
ORDER BY
  datname ASC`

	Schemas = `
SELECT
  schema_name
FROM
  information_schema.schemata
ORDER BY
  schema_name ASC`

	Info = `` /* 187-byte string literal not displayed */

	TableIndexes = `
SELECT
  indexname, indexdef
FROM
  pg_indexes
WHERE
  schemaname = $1 AND
  tablename = $2`

	TableConstraints = `` /* 232-byte string literal not displayed */

	TableInfo = `` /* 244-byte string literal not displayed */

	TableSchema = `` /* 202-byte string literal not displayed */

	MaterializedView = `` /* 329-byte string literal not displayed */

	Activity = `` /* 178-byte string literal not displayed */

	Objects = `` /* 639-byte string literal not displayed */

)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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