# /etc/init.d/postgresql start
コード表示2.9:PostgreSQLを起動する - Gentoo Linux
Using PostgreSQL as database
PostgreSQLをデータベースとして使用する - Gentoo Linux
Code Listing2.7: Adding PostgreSQL to the default runlevel # rc-update add postgresql default
コード表示2.7:PostgreSQLをデフォルトのランレベルに追加する - Gentoo Linux
Now start PostgreSQL:
コード表示2.8:PostgreSQLのディレクトリを設定する - Gentoo Linux
postgresUses PostgreSQL to store Jffnms data
PostgreSQLを使用して、Jffnmsのデータを格納する - Gentoo Linux
Now you must setup the PostgreSQL database.
それでは、PostgreSQLのディレクトリを設定しましょう。 - Gentoo Linux
Example 48-5. Sending a PostgreSQL LOB:
例 48-5PostgreSQL LOB の送出: - PEAR
Example 39-4. Connect to a PostgreSQL database via a socket
例 39-4ソケット経由で PostgreSQL データベースに接続する - PEAR
Jffnms allows you to use either PostgreSQL or MySQL as its database.
Jffnmsでは、PostgreSQLまたはMySQLをデータベースとして使用できます。 - Gentoo Linux
Code Listing2.9: Starting PostgreSQL initdbの実行に成功したら、rootユーザに戻りPostgreSQLを起動できます。 - Gentoo Linux
Note: The MySQL and PostgreSQL JDBC drivers are bundled with the IDE. 注: MySQL および PostgreSQL の JDBC ドライバは IDE にバンドルされています。 - NetBeans
PostgreSQL and MySQL drivers included in NeBeans IDE have been updated.
NetBeans IDE に含まれている PostgreSQL と MySQL のドライバが更新されました。 - NetBeans
The PostgreSQL driver version is now 8.3-603; the MySQL driver version is 5.1.5.
現在、PostgreSQL ドライバのバージョンは 8.3-603、MySQL ドライバのバージョンは 5.1.5 です。 - NetBeans
Code Listing2.8: Preparing PostgreSQL これは、initdbコマンドを通して行われます。 デフォルトでは、PostgreSQLのデータディレクトリは通常/var/lib/postgresql/dataに格納されます。 - Gentoo Linux
The Database Explorer works with JavaDB (Derby), MySQL and PostgreSQL out of the box. データベースエクスプローラは、デフォルトで JavaDB (Derby)、MySQL、および PostgreSQL に対応しています。 - NetBeans
The IDE comes bundled with drivers for the MySQL and PostgreSQL database servers. IDE には、MySQL および PostgreSQL データベースサーバー用のドライバがバンドルされています。 - NetBeans
At its heart is a relational storage schema and PostgreSQL relational query interface.
その根幹は関係型記憶スキーマとPostgreSQLの関係型クエリインタフェースである。 - コンピューター用語辞典
Note: The Run Rake Task db createmenu option works only for MySQL, PostgreSQL, SQLite, and SQLite3 adapters. 注: 「Rake タスクの実行」「db」「create」メニューオプションは、MySQL、PostgreSQL、SQLite、SQLite3 の各アダプタにのみ有効です。 - NetBeans
Setting up PostgreSQLNote: If you already have a PostgreSQL database up and running, you can proceed to the next section. PostgreSQLをセットアップする注意:もし、PostgreSQLのデータベースを既に動作させているのであれば、次セクションに進んで頂いて結構です。 - Gentoo Linux
You should add PostgreSQL to your default runlevel so it's started each time you boot your computer. PostgreSQLをデフォルトのランレベルに追加し、マシンのブート都度、起動させる方が良いでしょう。 - Gentoo Linux
# emerge --config postgresql 重要:以下のコマンドは、PostgreSQLのユーザとして実行する必要があります。 デフォルトでは、このユーザは通常"postgres"です。 - Gentoo Linux
# psql jffnms jffnms /opt/jffnms/docs/jffnms-0.8.3.pgsql Once you have run those steps, the PostgreSQL database configuration for Jffnms should be ok. 上記の過程を一旦踏めば、Jffnms向けに用意されたPostgreSQLのデータベース設定はOKのはずです。 - Gentoo Linux
A set of DBMS specific drivers that are specifically written against the supported database back end (e.g. mysql.php for MySQL, and pgsql.php for PostgreSQL)
個々のデータベースバックエンドに対応した、DBMS 固有のドライバ群(たとえば MySQL 用の mysql.php や PostgreSQL 用の pgsql.php など) - PEAR
Once you have your PostgreSQL set up and running, you have to create a Jffnmsuser and a database to store host data.
PostgreSQLをセットアップし、動作していればすぐにJffnmsのユーザとホスト情報を格納するデータベースを作成します。 - Gentoo Linux
If you are using the MySQL or PostgreSQL database server, the IDE automatically adds the bundleddriver to the JRuby classpath. データベースサーバーに MySQL または PostgreSQL を使用している場合は、バンドル版のドライバが自動的に JRuby のクラスパスに追加されます。 - NetBeans
Note: This cannot be used with resources of databases that populate their BLOBs as resource handles like PostgreSQL.
注意これは PostgreSQL のようにBLOB がリソースハンドルとして提供されているデータベースのリソースと共に使用する事はできません。 - PEAR
Also note that some RDBMS implicitly commit transactions when executing DDL statements - notable exceptions are Oracle and PostgreSQL.
また、一部の RDBMS では DDL 文を実行すると暗黙的にトランザクションがコミットされてしまうことにも注意しましょう- 明白な例外は Oracle および PostgreSQL です。 - PEAR
PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost all SQL constructs, including subselects, transactions, and user-defined types and functions.
PostgreSQLは洗練されたオブジェクト・リレーショナルDBMSであり, サブ選択, トランザクションおよび利用者定義型と関数を含むほとんどすべてのSQL構造体をサポートする. - コンピューター用語辞典
MySQL, PostgreSQL, and, optionally, Java DB are already registered with the IDE. The following steps show how to register other database servers with the IDE. MySQL、PostgreSQL、およびオプションとして Java DB がすでに IDE に登録されています。 次の手順では、その他のデータベースサーバーを IDE に登録する方法を説明しています。 - NetBeans
This method alternatively also supports getting the current ID from a sequence using the format defined in PostgreSQL's SERIAL data type.
このメソッドは、PostgreSQL の SERIAL 型の書式を使用して現在のシーケンス IDを取得することもサポートしています。 - PEAR
The JRuby and Rails Distributionplugin includes the ActiveRecord JDBC Adapter gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle(R), HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver. 「JRuby および Rails のディストリビューション」プラグインには ActiveRecord JDBC Adapter Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle(R)、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans
As mentioned earlier, the JRuby and Rails Distributionplugin includes the ActiveRecord JDBC Adapter gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle, HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver. 前述したとおり、「JRuby および Rails のディストリビューション」プラグインには ActiveRecord JDBC Adapter Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans
As mentioned earlier, the JRuby and Rails Distributionplugin includes the ActiveRecord-JDBC gem, which enables your JRuby on Rails application to access database servers that provide JDBC 3.0 compliant drivers, such as MySQL, PostgreSQL, Oracle, HSQLDB, and Java DB (also known as Derby).The JDBC driver must be a pure Java driver. 前述したとおり、「JRuby and Rails のディストリビューション」プラグインには ActiveRecord-JDBC Gem が含まれており、これによって JRuby on Rails アプリケーションが MySQL、PostgreSQL、Oracle、HSQLDB、および Java DB (別名 Derby) といった JDBC 3.0 準拠のドライバを持つデータベースサーバーにアクセスできます。 JDBC ドライバは Pure Java ドライバである必要があります。 - NetBeans
例文データの著作権について
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.