Merge: postgresqlPackages: remove top-level aliases (#426659)

authored by Maximilian Bosch and committed by GitHub 142d1355 7e0be8e2

+12 -12
+12 -12
pkgs/top-level/aliases.nix
··· 1590 1590 presage = throw "presage has been removed, as it has been unmaintained since 2018"; # Added 2024-03-24 1591 1591 projectm = throw "Since version 4, 'projectm' has been split into 'libprojectm' (the library) and 'projectm-sdl-cpp' (the SDL2 frontend). ProjectM 3 has been moved to 'projectm_3'"; # Added 2024-11-10 1592 1592 1593 - cstore_fdw = postgresqlPackages.cstore_fdw; 1594 - pg_cron = postgresqlPackages.pg_cron; 1595 - pg_hll = postgresqlPackages.pg_hll; 1596 - pg_repack = postgresqlPackages.pg_repack; 1597 - pg_similarity = postgresqlPackages.pg_similarity; 1598 - pg_topn = postgresqlPackages.pg_topn; 1593 + cstore_fdw = throw "'cstore_fdw' has been removed. Use 'postgresqlPackages.cstore_fdw' instead."; # Added 2025-07-19 1594 + pg_cron = throw "'pg_cron' has been removed. Use 'postgresqlPackages.pg_cron' instead."; # Added 2025-07-19 1595 + pg_hll = throw "'pg_hll' has been removed. Use 'postgresqlPackages.pg_hll' instead."; # Added 2025-07-19 1596 + pg_repack = throw "'pg_repack' has been removed. Use 'postgresqlPackages.pg_repack' instead."; # Added 2025-07-19 1597 + pg_similarity = throw "'pg_similarity' has been removed. Use 'postgresqlPackages.pg_similarity' instead."; # Added 2025-07-19 1598 + pg_topn = throw "'pg_topn' has been removed. Use 'postgresqlPackages.pg_topn' instead."; # Added 2025-07-19 1599 1599 pgf1 = throw "'pgf1' has been removed since it is unmaintained. Consider using 'pgf' instead"; # Added 2025-05-10 1600 - pgjwt = postgresqlPackages.pgjwt; 1601 - pgroonga = postgresqlPackages.pgroonga; 1602 - pgtap = postgresqlPackages.pgtap; 1603 - plv8 = postgresqlPackages.plv8; 1600 + pgjwt = throw "'pgjwt' has been removed. Use 'postgresqlPackages.pgjwt' instead."; # Added 2025-07-19 1601 + pgroonga = throw "'pgroonga' has been removed. Use 'postgresqlPackages.pgroonga' instead."; # Added 2025-07-19 1602 + pgtap = throw "'pgtap' has been removed. Use 'postgresqlPackages.pgtap' instead."; # Added 2025-07-19 1603 + plv8 = throw "'plv8' has been removed. Use 'postgresqlPackages.plv8' instead."; # Added 2025-07-19 1604 1604 postcss-cli = throw "postcss-cli has been removed because it was broken"; # added 2025-03-24 1605 - postgis = postgresqlPackages.postgis; 1605 + postgis = throw "'postgis' has been removed. Use 'postgresqlPackages.postgis' instead."; # Added 2025-07-19 1606 1606 tex-match = throw "'tex-match' has been removed due to lack of maintenance upstream. Consider using 'hieroglyphic' instead"; # Added 2024-09-24 1607 1607 texinfo5 = throw "'texinfo5' has been removed from nixpkgs"; # Added 2024-09-10 1608 - timescaledb = postgresqlPackages.timescaledb; 1608 + timescaledb = throw "'timescaledb' has been removed. Use 'postgresqlPackages.timescaledb' instead."; # Added 2025-07-19 1609 1609 tsearch_extras = throw "'tsearch_extras' has been removed from nixpkgs"; # Added 2024-12-15 1610 1610 1611 1611 postgresql_12 = throw "postgresql_12 has been removed since it reached its EOL upstream"; # Added 2024-11-14