DB環境(PostgreSQL)

「DB環境(PostgreSQL)」の編集履歴(バックアップ)一覧はこちら

DB環境(PostgreSQL) - (2005/10/15 (土) 15:18:07) の1つ前との変更点

追加された行は緑色になります。

削除された行は赤色になります。

** DBユーザ作成 # su - postgres $ createuser -P roundcube Enter password for user "roundcube": ****** Enter it again: ****** Shall the new user be allowed to create databases? (y/n) y Shall the new user be allowed to create more new users? (y/n) y CREATE USER ** DB作成 $ createdb -U roundcube -O roundcube roundcube createdb $ psql -l List of databases Name | Owner | Encoding --------------+--------------+---------- roundcube | roundcube | EUC_JP ** 初期テーブル定義 $ psql -U roundcube roundcube < SQL/postgres.initial.sql

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。