検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 113 for PostgreSQL (0.064 sec.)
Constraints reference — Django 4.0.6 ドキュメント 6230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... only from the index. include is supported only on PostgreSQL. Non-key columns have the same database restrictio ... t. opclasses ¶ New in Django 3.2. The names of the PostgreSQL operator classes to use for this unique index. If ... _ops . opclasses are ignored for databases besides PostgreSQL. 目次 Constraints reference CheckConstraint check ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドで、 Python の timedelta によってモデル化されます。PostgreSQL で使われるときに用いられるデータ型は interval で、 ... ield での演算はほとんどの場合で機能します。ただし、PostgreSQL 以外のデータベースでは、 DurationField の値と Date ... upported on MariaDB 10.2.7+, MySQL 5.7.8+, Oracle, PostgreSQL, and SQLite (with the JSON1 extension enabled ). J ... particularly helpful when querying JSONField . On PostgreSQL only, you can use GinIndex that is better suited. ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inspectdb now creates models for foreign tables on PostgreSQL. inspectdb --include-views now creates models for ... materialized views on Oracle and PostgreSQL. The new inspectdb --include-partitions option all ... ows creating models for partition tables on PostgreSQL. In older versions, models are created child table ... ectdb now introspects DurationField for Oracle and PostgreSQL, and AutoField for SQLite. On Oracle, dbshell is w ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 4.0.4 release notes — Django 4.0.6 ドキュメント 6230
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l SQL injection via QuerySet.explain(**options) on PostgreSQL ¶ QuerySet.explain() method was subject to SQL inj ... l SQL injection via QuerySet.explain(**options) on PostgreSQL Bugfixes 前のトピックへ Django 4.0.5 release notes ...
https://man.plustar.jp/django/releases/4.0.4.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6180
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the database. On most database backends (all but PostgreSQL), Django will split the SQL into individual statem ... ents prior to executing them. 警告 On PostgreSQL and SQLite, only use BEGIN or COMMIT in your SQL i ... の DDL 使用をサポートしているデータベース(SQLite や PostgreSQL)においては、 RunPython は各マイグレーションに対して ... 的にトランザクションを保持しません。そのため、例えば PostgreSQL では、スキーマ変更と RunPython を同一のマイグレーシ ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
設定 — Django 4.0.6 ドキュメント 6180
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abase backends, such as MariaDB, MySQL, Oracle, or PostgreSQL, additional connection parameters will be required ... specify other database types. This example is for PostgreSQL: DATABASES = { 'default' : { 'ENGINE' : 'django.db ... .backends.postgresql' , 'NAME' : 'mydatabase' , 'USER' : 'mydatabaseuse ... uilt-in database backends are: 'django.db.backends.postgresql' 'django.db.backends.mysql' 'django.db.backends.sq ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6180
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 Added django.contrib.postgres.fields.JSONField . PostgreSQL specific aggregation functions が追加されました。 ... e.g. POST ) over HTTPS. データベースバックエンド ¶ PostgreSQL バックエンド ( django.db.backends.postgresql_psyco ... pg2 ) が django.db.backends.postgresql から使用できるようになりました。後方互換性を確保す ... be used (instead of just 'polls' ). When using the PostgreSQL backend, the dbshell command can connect to the da ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 6129
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .7, 3.6 PROJ Cartographic Projections library Yes (PostgreSQL and SQLite only) 8.x, 7.x, 6.x, 5.x, 4.x GDAL Geos ... on library いいえ 2 PostGIS Spatial extensions for PostgreSQL Yes (PostgreSQL only) 3.1, 3.0, 2.5, 2.4 SpatiaLit ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 6079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t can also be used when ordering, for example with PostgreSQL: >>> Author . objects . order_by ( Collate ( 'name ... e expression may be null varies between databases: PostgreSQL: Greatest will return the largest non-null express ... pression is null , Greatest will return null . The PostgreSQL behavior can be emulated using Coalesce if you kno ... e expression may be null varies between databases: PostgreSQL: Least will return the smallest non-null expressio ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6079
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... interoperability. (This argument doesn't apply to PostgreSQL, because it already stores timestamps with time zo ... issues in application code. Tablespace support in PostgreSQL. Customizable names for simple_tag() . In the docu ... limited to these fields. This is only supported in PostgreSQL. For more details, see the documentation for disti ... the correct way to use this decorator. Support for PostgreSQL versions older than 8.2 ¶ Django 1.3 dropped suppo ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT