PGSQL Meaning in Japanese - translations and usage examples

Noun
pgsql

Examples of using Pgsql in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
PL/pgSQL is a procedural language similar to Oracle's PL/SQL.
ところで,PL/pgSQLはOracleのPL/SQLの類似品だ。
These include Mysql FULLTEXT and Pgsql GiST indexes.
これらにはMysqlのFULLTEXTとPgsqlのGiSTインデックスが含まれます。
If you write like aboce, PL/pgSQL is used for code processor and execute the code immediately.
このように書いた場合、PL/pgSQLが処理言語として使われ、直ちに処理が実行されます。
For the backend,we have Django API servers in front of a PgSQL database.
PgSQLの前にDjangoAPIサーバがある、というのがバックエンドの構成です。
Here, we write the way to execute PL/pgSQL on the spot, without creating function.
ここでは、ファンクションを作らずに、その場でPL/pgSQLを実行する方法をまとめました。
The solution is to useEXECUTE for temporary table access in PL/PgSQL.
この、解決策として、PL/PgSQLの中でEXECUTEを一時テーブルへのアクセスのために使います。
In PostgreSQL 9.0 and later, PL/pgSQL is installed by default.
PostgreSQL9.0以降ではPL/pgSQLはデフォルトでインストールされます。
The recommended option until PHP 5.1.0 was touse native drivers such as mysqli, pgsql, mssql, etc.
の時代までは、おすすめの方法はmysqli、pgsql、mssqlなどのネイティブドライバを使うことだった。
PL/pgSQL functions can also be declared with output parameters in place of an explicit specification of the return type.
PL/pgSQL関数は戻り値の型を明確に指定する代わりに、出力パラメータと共に宣言することもできます。
Q8.2: There are suddenly a number of strange users on my system, with names like"mysql","pgsql", and"games".
質問8.2:いきなり変なユーザーがシステムに現れました。ユーザー名は、"mysql","pgsql","games"などです。
PL/pgSQL functions can also be declared to return a"set"(or table) of any data type that can be returned as a single instance.
PL/pgSQL関数は、1つのインスタンスとして返すことができる任意のデータ型の「集合」(テーブル)を返すように宣言できます。
In a default PostgreSQL installation, the handler for the PL/pgSQL language is built and installed into the"library" directory.
PostgreSQLのデフォルトのインストールでは、PL/pgSQL言語のハンドラは構築され、"library"ディレクトリにインストールされます。
Delimited identifiers are known to generally work correctly under the following drivers: Mssql, Mysql,Oracle, Pgsql, Sqlite and Firebird.
次のドライバの元で識別子の区切りが一般的に正しく動作することが知られています:Mssql、Mysql、Oracle、Pgsql、SqliteとFirebird。
Another good way to develop in PL/pgSQL is with a GUI database access tool that facilitates development in a procedural language.
PL/pgSQLにおける開発のもう1つの良い方法は、手続き言語の開発機能を持つGUIデータベースアクセスツールを使用することです。
Except for input/output conversion and calculation functions for user-defined types, anything that can be defined in C language functionscan also be done with PL/pgSQL.
ユーザ定義型用の入出力変換と計算関数を除き、C言語関数で定義できる事はすべてPL/pgSQLでも実現できます。
Another good way to develop in PL/pgSQL is with a GUI database access tool that facilitates development in a procedural language.
PL/pgSQLにおける開発のもう一つの良い方法は、手続き言語の開発機能を持つGUIデータベースアクセスツールを使用することです。
Except for input/output conversion and calculation functions for user-defined types, anything that can be defined in C language functionscan also be done with PL/pgSQL.
入出力変換とユーザ定義型用の計算関数を除き、C言語関数で定義できる事は全て、PL/pgSQLでも実現できます。
Note: The current implementation of RETURN NEXT for PL/pgSQL stores the entire result set before returning from the function, as discussed above.
注意:上記のように、PL/pgSQLにおけるRETURNNEXTの現在の実装では、関数から返される前に結果集合全体を保管します。
PL/pgSQL has four forms of the OPEN statement, two of which are for use with unbound cursor variables and the other two for use with bound cursor variables.
PL/pgSQLには4種類のOPEN文があり、その内の2 つはアンバウンドカーソル変数を使用し、残りの2つはバウンドカーソル変数を使用します。
Note: The current implementation of RETURN NEXT for PL/pgSQL stores the entire result set before returning from the function, as discussed above.
Note:上記のように、PL/pgSQLにおけるRETURNNEXTの現在の実装では、関数から返される前に結果セット全体を保管します。
PgSQL needs the order by fields to be preserved in SELECT clause, hence limit-subquery-algorithm needs to take this into consideration when pgSQL driver is used.
PgsqlはSELECT句で保存するフィールドごとの順序を必要とします。limit-subquery-algorithmがpgsqlドライバーが使われるときに考慮される必要があるからです。
Several buffer overflows have been discovered in PL/PgSQL as part of the PostgreSQL engine which could lead to the execution of arbitrary code.
PostgreSQLのエンジン部分の一部であるPL/PgSQLに、任意のコードの実行を可能とする複数のバッファオーバフローが発見されました。
The instruction tree fully translates the PL/pgSQL statement structure, but individual SQL expressions and SQL commands used in the function are not translated immediately.
この命令ツリーは完全にPL/pgSQL文構造に変換されますが、関数内部の個々のSQL式とSQLコマンドは即座に変換されません。
PostgreSQL allows you to create functions using the language PL/ pgSQL, but because it does not support procedures, it will be implemented as a function.
PostgreSQLではPL/pgSQLという言語を使ってファンクションを作成できますが、プロシージャはサポートしていないので、ファンクションとして実現することになります。
As each expression and SQL command is first used in the function,the PL/pgSQL interpreter creates a prepared execution plan(using the SPI manager's SPI_prepare and SPI_saveplan functions).
各式やSQLコマンドが初めてその関数で使用される時に、PL/pgSQLインタプリタは(SPIマネージャのSPI_prepare、SPI_saveplan関数を使用して)実行計画の準備を行います。
As each expression and SQL command is first used in the function,the PL/pgSQL interpreter creates a prepared execution plan(using the SPI manager's SPI_prepare and SPI_saveplan functions).
各式やSQL問い合わせが初めてその関数で使用される時に、PL/pgSQLインタプリタは(SPIマネージャのSPI_prepare、SPI_saveplan関数を使用して)実行計画の準備を行います。
Results: 26, Time: 0.0274

Top dictionary queries

English - Japanese