検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 113 for PostgreSQL (0.033 sec.)
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 8791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific query expressions ¶ These expressions are ... ngo 4.0. ArraySubquery is a Subquery that uses the PostgreSQL ARRAY constructor to build a list of values from t ... 04}, {'title': 'The Cyberiad', 'pages': 295}] 目次 PostgreSQL specific query expressions ArraySubquery() express ... ions 前のトピックへ PostgreSQL specific database constraints 次のトピックへ Postg ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
Full text search — Django 4.0.6 ドキュメント 8702
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.contrib.postgres.search module ease the use of PostgreSQL's full text search engine . For the examples in th ... e used by web search engines. 'websearch' requires PostgreSQL ≥ 11. Read PostgreSQL's Full Text Search docs to l ... sh to order the results by some sort of relevancy. PostgreSQL provides a ranking function which takes into accou ... alue ( 2 ) . bitor ( Value ( 4 )), ... ) ... ) The PostgreSQL documentation has more details about different ran ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
データベース — Django 4.0.6 ドキュメント 7946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango officially supports the following databases: PostgreSQL MariaDB MySQL Oracle SQLite There are also a numbe ... ormation on how to set up your database correctly. PostgreSQL notes ¶ Django supports PostgreSQL 10 and higher. ... equired, though the latest release is recommended. PostgreSQL connection settings ¶ See HOST for details. To con ... S = { 'default' : { 'ENGINE' : 'django.db.backends.postgresql' , 'OPTIONS' : { 'service' : 'my_service' , 'passf ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7555
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se operations to be in a synchronous child thread. PostgreSQL における排他制約 (Exclusion constraints) ¶ 新しい ... ExclusionConstraint クラスでは、PostgreSQL への排他制約 (exclusion constraints) の追加を有効に ... llow creating and dropping indexes CONCURRENTLY on PostgreSQL. django.contrib.sessions ¶ The new get_session_coo ... lied datetimes when --verbosity is 2 and above. On PostgreSQL, dbshell now supports client-side TLS certificates ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
検索 — Django 4.0.6 ドキュメント 7037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... データベースが持つ高度な比較関数 ¶ If you're using PostgreSQL, Django provides a selection of database specific ... or them at this time. We'll use some examples from PostgreSQL to demonstrate the kind of functionality databases ... ries which are designed to help with this process. PostgreSQL のサポート ¶ PostgreSQL has its own full text sear ... データベースが持つ高度な比較関数 文書ベースの検索 PostgreSQL のサポート 前のトピックへ アグリゲーション 次のトピ ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Django 1.10.6 release notes — Django 4.0.6 ドキュメント 6937
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t response ( #27820 ). Fixed a crash on Oracle and PostgreSQL when subtracting DurationField or IntegerField fro ... ixed query expression date subtraction accuracy on PostgreSQL for differences larger than a month ( #27856 ). Fi ... otes 関連キーワード release , notes , Fixed , up , PostgreSQL , Bugfixes , next , than , previous , トピック クイ ...
https://man.plustar.jp/django/releases/1.10.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6937
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in and OSMGeoAdmin . django.contrib.postgres ¶ The PostgreSQL backend now supports connecting by a service name. ... See PostgreSQL connection settings for more details. The new AddC ... lid operation allows creating check constraints on PostgreSQL without verifying that all existing rows satisfy t ... which were created using AddConstraintNotValid on PostgreSQL. The new ArraySubquery() expression allows using s ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allows creating covering exclusion constraints on PostgreSQL 12+. The new ExclusionConstraint.opclasses attribu ... te allows setting PostgreSQL operator classes. The new JSONBAgg.ordering attrib ... erations allow creating and dropping collations on PostgreSQL. See Managing collations using migrations for more ... er for QuerySet.select_for_update() , supported on PostgreSQL, allows acquiring weaker locks that don't block th ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6848
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... was found when doing an UPDATE . An example is the PostgreSQL ON UPDATE trigger which returns NULL . In such cas ... width. The isolation level can be customized under PostgreSQL. The blocktrans template tag now respects TEMPLATE ... ssible (but not officially supported) on MySQL and PostgreSQL, and is now also available on Oracle. The default ... mber of queries accordingly. Autocommit option for PostgreSQL ¶ In previous versions, database-level autocommit ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 6747
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific form fields and widgets ¶ All of these fi ... a tuple representing a lower and upper bound. 目次 PostgreSQL specific form fields and widgets フィールド Simple ... RangeField ウィジェット RangeWidget 前のトピックへ PostgreSQL specific model fields 次のトピックへ PostgreSQL sp ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT