Skip to content

Document postgres with extensions #492

@srid

Description

@srid

Add this to https://community.flake.parts/services-flake/postgresql#guide

# In process-compose.<projectName>
{
  services.postgres.”pg1” = {
    extensions = (extensions: with extensions; [ timescaledb ]);
  };
}

Originally posted by @shivaraj-bh in #491 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions