postgresql

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostgresqlJob added in v0.0.12

type PostgresqlJob struct {

	/*BindIp - Descr: IP address on which the PostgresSQL server will listen.
	Default: 0.0.0.0
	*/
	BindIp interface{} `yaml:"bind_ip,omitempty"`

	/*BindPort - Descr: Port on which the PostgresSQL server will listen.
	Default: 5432
	*/
	BindPort interface{} `yaml:"bind_port,omitempty"`

	/*Databases - Descr: List of databases to create, along with a role name and password of a role
	to create for the database.
	 Default: <nil>
	*/
	Databases interface{} `yaml:"databases,omitempty"`

	/*MaxConnections - Descr: Maximum number of open database connections to support.
	Default: 500
	*/
	MaxConnections interface{} `yaml:"max_connections,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

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