Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶ added in v0.1.0
type Postgres struct {
// contains filtered or unexported fields
}
func NewPostgres ¶ added in v0.1.0
func (*Postgres) Init ¶ added in v0.1.0
Init initialize search index. Should be idempotent!
Since not all DDL in Postgres support the "if not exists" syntax we use a bit of pl/pgsql to make it idempotent.
Click to show internal directories.
Click to hide internal directories.