2009年1月10日土曜日

PostgreSQLでSQLを取得する

  1. pg_dump -D test_db > /tmp/test_db.sql  


これでデータベースの作成されたSQLを取得できます。

0 件のコメント: