Database migration operationsLink para este cabeçalho

All of these operations are available from the django.contrib.postgres.operations module.

CreateExtensionLink para este cabeçalho

class CreateExtension(name)Link para esta definição

An Operation subclass which installs PostgreSQL extensions.

nameLink para esta definição

This is a required argument. The name of the extension to be installed.

HStoreExtensionLink para este cabeçalho

class HStoreExtensionLink para esta definição

A subclass of CreateExtension which will install the hstore extension and also immediately set up the connection to interpret hstore data.

UnaccentExtensionLink para este cabeçalho

class UnaccentExtensionLink para esta definição

A subclass of CreateExtension which will install the unaccent extension.