11 lines
357 B
Markdown
11 lines
357 B
Markdown
# Postgresql17 Datenbank Querys
|
|
|
|
Unbedingt den Docs folgen: https://immich.app/docs/administration/postgres-standalone#prerequisites
|
|
VChord: https://docs.vectorchord.ai/vectorchord/getting-started/installation.html
|
|
|
|
|
|
```sql
|
|
CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
|
|
CREATE EXTENSION IF NOT EXISTS cube;
|
|
CREATE EXTENSION IF NOT EXISTS earthdistance;
|
|
``` |