kuniku’s diary

はてなダイアリーから移行(旧 d.hatena.ne.jp/kuniku/)、表示がおかしな箇所はコメントをお願いします。記載されている内容は日付およびバージョンに注意してください。直近1年以上前は古い情報の可能性が高くなります。

2008-10-07から1日間の記事一覧

Windows版postgreSQLでのTABLESPACE(テーブルスペース)定義

Windwos版では、テーブルスペースは作成できないのか? postgres=# create tablespace tblspace1 location 'D:\postgreSQL\data'; ERROR: tablespace location must be an absolute path postgres=# postgres=# create tablespace tblspace1 OWNER postgres …