-
Updated
Feb 5, 2022 - C++
postgresql-extension
Here are 141 public repositories matching this topic...
-
Updated
Feb 9, 2022 - PLpgSQL
Using code-block does not allow links to sections on the documentation page
Using parsed-literal allows links, specially useful for the inner queries
- doc/al
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
-
Updated
Feb 3, 2022 - C
Citus Compatibility
Is this compatible with the citus extension? I am currently using janusgraph. This looks interesting but I am worried how it would scale if I can't use citus.
-
Updated
Feb 16, 2022 - C
-
Updated
Feb 7, 2022 - C
-
Updated
Jul 6, 2020 - C
-
Updated
May 11, 2021
-
Updated
Dec 10, 2020 - Rust
-
Updated
Jan 12, 2021 - C
-
Updated
Dec 14, 2021 - C
-
Updated
Feb 2, 2021 - C
Fix readme
Readme is not updated for v1.2
-
Updated
Aug 30, 2021 - C
-
Updated
Aug 10, 2018 - C
-
Updated
Nov 25, 2021 - C
-
Updated
Jan 11, 2022 - C
-
Updated
Mar 30, 2021 - C
-
Updated
Feb 11, 2020 - C++
-
Updated
Jun 12, 2017 - PLpgSQL
-
Updated
Feb 5, 2022
-
Updated
Jan 25, 2022 - Python
-
Updated
Sep 30, 2021 - PLpgSQL
-
Updated
Aug 27, 2021 - Ruby
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, PartiImprove this page
Add a description, image, and links to the postgresql-extension topic page so that developers can more easily learn about it.
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."


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 initphase.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