Skip to content

hmpf/django-postgres-backend

Repository files navigation

Sequence-safe postgres backend for Django

This is a replacement for the default postgres backend for Django, version 1.7 and newer.

The difference is it discovers sequence names differently, by inspecting the metadata table information_schema.columns instead of using the function pg_get_serial_sequence(). The former shows which sequence is currently in use by a column, while the latter shows which table owns a sequence.

In the common case these two lead to the same sequence, but it is perfectly possible to have one sequence be used by two diffferent tables (and owned by only one of them). Furthermore, if a table inherits a column with a sequence, then pg_get_serial_sequence() won't find anything for the child table.

Install with pip, and use it in your settings-file:

DATABASES = {
    'default': {
        'ENGINE': 'dpb.postgres_sequencesafe',
        # other settings
    }
}

About

Postgres backend that introspects sequence names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy