Top マニュアル

dbipg_create_table


NAME

dbipg_create_table - システムを稼働するために必要なテーブルを作成する


DESCRIPTION

  $ dbipg_create_table basefile create.sql
  $ psql -U pguser -f create.sql dbname
  $ dbipg_create_table -drop basefile create.sql
  $ dbipg_create_table -drop -passwd basefile create_auth.sql

構成定義ファイルから読み込んだ設定を元に、 必要なテーブルを作成するための SQL 文を出力する。 -drop オプションを付ければ、テーブルを削除するための SQL 文も出力する。


SEE ALSO

DBIPgSystem, DBIPgSystem::DB


COPYRIGHT

Copyright (C) 2002 The Nagoya University Consumers' Co-operative Association

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the following URL for more details: http://www.gnu.org/licenses/gpl.txt

Written by Kenji Nakahira <nakahira@coop.nagoya-u.ac.jp>