1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00

docs: DB queries cleanups (#8740)

* Update database-queries.md

* Update database-queries.md

* Update database-queries.md

* Update postgres-standalone.md
This commit is contained in:
Matthew Momjian
2024-04-11 23:44:35 -04:00
committed by GitHub
parent e65b3a8ea0
commit 3eb61a9d53
2 changed files with 10 additions and 15 deletions

View File

@ -63,4 +63,4 @@ When installing a new version of pgvecto.rs, you will need to manually update th
#### Permission denied for view
If you get the error `driverError: error: permission denied for view pg_vector_index_stat`, you can fix this by connecting to the Immich database and running `GRANT SELECT ON TABLE pg_vector_index_stat to <immichdbusername>;`.
If you get the error `driverError: error: permission denied for view pg_vector_index_stat`, you can fix this by connecting to the Immich database and running `GRANT SELECT ON TABLE pg_vector_index_stat TO <immichdbusername>;`.