postgresop

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Classes = []*Class{}/* 194 elements not displayed */

Classes defined in latest PostgreSQL version (15).

Functions

func HasClass added in v0.21.1

func HasClass(name string) bool

HasClass reports if the given operator class name exists.

Types

type Class

type Class struct {
	Name    string // operator class name
	Method  string // index method
	Type    string // indexed data type
	Default bool   // default to the type/method above
}

Class describes an index operator class.

Jump to

Keyboard shortcuts

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