dbipg_clean_table - セッションやdraft用テーブルのゴミを削除する
$ dbipg_clean_table basefile clean.sql $ psql -U pguser -f clean.sql dbname
構成定義ファイルから読み込んだ設定を元に、 セッションやdraft用テーブルの不要なデータを削除するための SQL 文を出力する。
DBIPgSystem, DBIPgSystem::DB
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>