mirror of
https://github.com/YuzuZensai/cloudnative-vectorchord-pgvecto.rs.git
synced 2026-01-31 14:57:18 +00:00
Apply suggestions from code review
Signed-off-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
@@ -16,14 +16,14 @@ Container images for [cloudnative-pg](https://cloudnative-pg.io/) with the [pgve
|
|||||||
> ```
|
> ```
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> The `pgvecto.rs` extension is not enabled by default. You need to enable it and set the search path when database initialization. You can configure it in your Cluster spec:
|
> The `pgvecto.rs` extension is not enabled by default. You need to enable it and set the search path when initializing the database. You can configure it in your Cluster spec:
|
||||||
> ```yaml
|
> ```yaml
|
||||||
> apiVersion: postgresql.cnpg.io/v1
|
> apiVersion: postgresql.cnpg.io/v1
|
||||||
> kind: Cluster
|
> kind: Cluster
|
||||||
> spec:
|
> spec:
|
||||||
> (...)
|
> (...)
|
||||||
> bootstrap:
|
> bootstrap:
|
||||||
> initdb:
|
> initdb:
|
||||||
> postInitSQL:
|
> postInitSQL:
|
||||||
> - ALTER SYSTEM SET search_path TO "$user", public, vectors;
|
> - ALTER SYSTEM SET search_path TO "$user", public, vectors;
|
||||||
> - CREATE EXTENSION IF NOT EXISTS "vectors";
|
> - CREATE EXTENSION IF NOT EXISTS "vectors";
|
||||||
Reference in New Issue
Block a user