You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/servers/sql/postgresql/ext.nix
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,6 @@ in
21
21
pltcl=throw"PostgreSQL extension `pltcl` is not available, because `postgresql` was built without Tcl support. Override with `tclSupport = true` to enable the extension.";
22
22
}
23
23
//lib.optionalAttrsconfig.allowAliases{
24
+
cstore_fdw=throw"PostgreSQL extension `cstore_fdw` has been removed due to being broken for more than a year; see RFC 180";# Added 2026-02-05
24
25
pg_embedding=throw"PostgreSQL extension `pg_embedding` has been removed since the project has been abandoned. Upstream's recommendation is to use pgvector instead (https://neon.tech/docs/extensions/pg_embedding#migrate-from-pg_embedding-to-pgvector)";
0 commit comments