Skip to content

Postgres 16 #11

@victorhazbun

Description

@victorhazbun

Hey,

I was wondering if you are open for a PR that introduces PG 16. Would you be able to merge soon?

Something like this:

{
    "name": "PostgreSQL Client",
    "id": "postgresql-client",
    "version": "1.0.0",
    "description": "PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "13",
                "14",
                "15",
                "16"
            ],
            "default": "13",
            "description": "Select the major version of postgres"
        }
    },
    "installsAfter": [
        "ghcr.io/devcontainers/features/common-utils"
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions