IndexMethod

View Source

Summary

Index method used when creating an index.

Signature

type IndexMethod =
  | "btree"
  | "hash"
  | "gin"
  | "gist"
  | "fulltext"
  | (string & {});