検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 113 for PostgreSQL (0.023 sec.)
django.contrib.postgres — Django 4.0.6 ドキュメント 11465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » django.contrib.postgres ¶ PostgreSQL has a number of features which are not shared by t ... tains model fields and form fields for a number of PostgreSQL specific data types. 注釈 Django is, and will cont ... r a number of data types which will only work with PostgreSQL. There is no fundamental reason why (for example) ... a contrib.mysql module does not exist, except that PostgreSQL has the richest feature set of the supported datab ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 11326
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific model indexes ¶ The following are Postgre ... access you need to activate the bloom extension on PostgreSQL. You can install it using the BloomExtension migra ... rameter to specify the length of each index entry. PostgreSQL's default is 80. The columns argument takes a tupl ... ameter to tune how packed the index pages will be. PostgreSQL's default is 90. Changed in Django 3.2: Positional ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 9938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific lookups ¶ Trigram similarity ¶ The trigra ... consecutive characters) shared, using a dedicated PostgreSQL extension. A trigram lookup is given an expression ... STALLED_APPS and activate the pg_trgm extension on PostgreSQL. You can install the extension using the TrigramEx ... trigram word similarity lookups using a dedicated PostgreSQL extension. It can be approximately understood as m ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 9749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... such as Random() aren't accepted. Restrictions on PostgreSQL PostgreSQL requires functions and operators refere ... ed as IMMUTABLE . Django doesn't validate this but PostgreSQL will error. This means that functions such as Conc ... e same tablespace as the table. 参考 For a list of PostgreSQL-specific indexes, see django.contrib.postgres.inde ... . opclasses ¶ Index. opclasses ¶ The names of the PostgreSQL operator classes to use for this index. If you req ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 9459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific model fields ¶ All of these fields are av ... ied. This will be passed to the database, although PostgreSQL at present does not enforce the restriction. 注釈 ... Field , whether you use the size parameter or not, PostgreSQL requires that the arrays are rectangular: from dja ... er ( tags__276 = 'javascript' ) <QuerySet []> 注釈 PostgreSQL uses 1-based indexing for array fields when writin ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 9320
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting extension using migrations ¶ You can create a PostgreSQL extension in your database using a migration file. ... r other extensions. Set up the hstore extension in PostgreSQL before the first CreateModel or AddField operation ... ( name ) ¶ An Operation subclass which installs a PostgreSQL extension. For common extensions, use one of the m ... collation that your operating system provides but PostgreSQL does not, you can manage collations in your databa ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 9270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ostGIS ¶ PostGIS adds geographic object support to PostgreSQL, turning it into a spatial database. GEOS , PROJ a ... you are advised to install the following packages: postgresql-x.x , postgresql-x.x-postgis , postgresql-server-d ... ev-x.x , and python-psycopg2 (x.x matching the PostgreSQL version you want to install). Alternately, you can ... ial database ¶ PostGIS 2 includes an extension for PostgreSQL that's used to enable spatial functionality: $ cre ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 9182
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for details on how to install. Spatial database ¶ PostgreSQL (with PostGIS), MySQL, Oracle, and SQLite (with Sp ... ベース Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ, PostGIS 10+ Requires PostGIS. My ... also this comparison matrix on the OSGeo Wiki for PostgreSQL/PostGIS/GEOS/GDAL possible combinations. インストー ... :$PATH Postgres.app ¶ Postgres.app is a standalone PostgreSQL server that includes the PostGIS extension. You wi ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 9182
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific database constraints ¶ PostgreSQL support ... exclusion constraint in the database. Internally, PostgreSQL implements exclusion constraints using indexes. Th ... , you need to activate the btree_gist extension on PostgreSQL. You can install it using the BtreeGistExtension m ... s ). include is supported only for GiST indexes on PostgreSQL 12+. opclasses ¶ ExclusionConstraint. opclasses ¶ ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 8892
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific database functions ¶ All of these functio ... ¶ class RandomUUID ¶ Returns a version 4 UUID. On PostgreSQL < 13, the pgcrypto extension must be installed. Yo ... Now ()) <QuerySet [<Article: How to Django>]> 目次 PostgreSQL specific database functions RandomUUID Transaction ... Now 前のトピックへ PostgreSQL specific form fields and widgets 次のトピックへ Po ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT