postgresop

package
v0.0.0-...-3fa874a Latest Latest
Warning

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

Go to latest
Published: Apr 5, 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

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