{
   "name": "pgsql_tweaks",
   "abstract": "Contains PostgreSQL functions and views supporting daily work.",
   "description": "The package includes several functions and views to help on daily work.",
   "version": "1.0.3",
   "date": "2026-06-08T06:55:00Z",
   "maintainer": [
      "Stefanie Janine Stölting <mail@stefanie-stoelting.de>"
   ],
   "release_status": "stable",
   "user": "sjstoelting",
   "sha1": "aded56faf58c1fe241dd04b6e00aa95536bc85d5",
   "license": {
      "PostgreSQL": "https://www.postgresql.org/about/licence"
   },
   "prereqs": {
      "runtime": {
         "recommends": {
            "PostgreSQL": "18.0.0"
         },
         "requires": {
            "PostgreSQL": "14.0.0",
            "plpgsql": 0
         }
      }
   },
   "provides": {
      "pgsql_tweaks": {
         "abstract": "Contains PostgreSQL functions and views which I regularly needed and might help others, too.",
         "docfile": "PGXNREADME.md",
         "file": "sql/out/versions/pgsql_tweaks--0.11.3.sql",
         "version": "1.0.2"
      }
   },
   "tags": ["is_date", "is_time", "is_timestamp", "is_integer", "is_numeric", "is_boolean", "is_json", "is_encoding", "encoding", "array aggregates", "datatype checks", "extended system views"],
   "resources": {
      "bugtracker": {
         "web": "https://codeberg.org/pgsql_tweaks/pgsql_tweaks/issues"
      },
      "homepage": "https://pgsql-tweaks.org/",
      "repository": {
         "type": "git",
         "url": "https://codeberg.org/pgsql_tweaks/pgsql_tweaks.git",
         "web": "https://codeberg.org/pgsql_tweaks/pgsql_tweaks"
      }
   }
}
