mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
postgresqlPackages.pg_embedding: plugin is no longer maintained
This commit is contained in:
parent
f8614a1c3a
commit
66285c63ce
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ ivan ];
|
||||
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" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user