Skip to content
#

postgresql-extension

Here are 122 public repositories matching this topic...

gfphoenix78
gfphoenix78 commented Nov 16, 2020

Hi, hackers, I'm a database(postgresql variant) developer and we're considering to port pg_auto_failover for our database. The group_id is defined to be a keyword for a long time, which conflicts with the parameter in some functions. We can't change the keyword in our database.
Besides we maintain a new variant of pg_auto_failover, is it possible to change the parameter name group_id to anoth

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