Rowan Rodrik van der Molen

Advanced
@bigsmoke

pg_readme. Functions to generate a `README.md` document for a database extension or schema, based on `COMMENT` objects found in the `pg_description` system catalog

13

pg_xenophile. More than the bare necessities for PostgreSQL i18n and l10n.

11

pg_extra_time. Some date time functions and operators that, in the opinion of the extension author, ought to be part of the PostgreSQL standard distribution.

8

pg_mockable. The `pg_mockable` extension can be used to create mockable versions of functions from other schemas.

8

pg_rowalesce. rowalesce() is like coalesce(), but for rows and other composite types.

8

pg_safer_settings. A handful of functions and mechanisms to make dealing with settings in Postgres a bit … safer.

7

pg_text_semver. PostgreSQL semantic versioning extension, with comparison functions and operators

7

pg_html5_email_address. PostgreSQL email validation that is consistent with the HTML5 spec.

6

pg_role_fkey_trigger_functions. The pg_role_fkey_trigger_functions PostgreSQL extension offers a bunch of trigger functions to help establish and/or maintain referential integrity for columns that reference PostgreSQL ROLE NAMEs.

4

pg_utility_trigger_functions. The pg_utility_trigger_functions PostgreSQL extensions bundles together some pet trigger functions that the extension author—BigSmoke—likes to walk through various PostgreSQL projects.

4

pg_cmd_queue. Postgres-native Unix/SQL command queue framework

1

check_perfdata. Output monitoring plugin status based on perfdata lines read from STDIN

1
12
Apply