Merge: postgresql: plugin pg_embedding is no longer maintained (#351306)

This commit is contained in:
Maximilian Bosch 2024-10-31 12:13:03 +01:00 committed by GitHub
commit 976f14bc27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ];
platforms = postgresql.meta.platforms;
license = licenses.asl20;
knownVulnerabilities = [ "As of Sept 29, 2023, the authors have abandoned the project and strongly encourage using pgvector, which is faster, has more functionality, and is actively maintained: check out the author's instructions to migrate at https://neon.tech/docs/extensions/pg_embedding#migrate-from-pg_embedding-to-pgvector" ];
};
}