Skip to content
#

postgresql-extension

Here are 141 public repositories matching this topic...

pgx
W1M0R
W1M0R commented May 17, 2021

It would be very helpful for Nix-based environments (or for reproducible builds in general) to specify an exact version of postgres to use during the cargo pgx init phase.

I have tried using a nix-shell with cargo pgx init --pg12=${postgresql_12}/bin/pg_config, however, since the nix store paths are not writable, this doesn't help much (e.g. pgx run, pgx install and pgx package will not wor

akqopensystems
akqopensystems commented Dec 3, 2021

Hi

We are currently testing the pg_auto_failover tool for us.
The installation went off without any problems.
There are three nodes - 1x monitor and 2x dbs with pg_auto_failover 1.6.3
The nodes are ipv6 only. PostreSQL version is 12 and the OS is RedHat 8.
After creating a tablespace under the path /srv/tblspc/app for example, a failover is not possible.

  • from monitor:
    ]$ pg_autoctl
simkimsia
simkimsia commented Jan 11, 2020

I have this exact code snippet and the migration is successful.

from core.models import PersonStampedModel
from django_ltree.fields import PathField
from model_utils.models import SoftDeletableModel, TimeStampedModel
from organizations.managers import OrganizationOwnedSoftDeletableManager
from organizations.models import OrganizationOwnedModel
from partial_index import PQ, Parti

Improve this page

Add a description, image, and links to the postgresql-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the postgresql-extension topic, visit your repo's landing page and select "manage topics."

Learn more