[pgsql-jp: 36230] Re: MSAccessからのDB移行

Kazuaki Miyauchi miyauchk @ gmail.com
2005年 10月 20日 (木) 16:49:06 JST


 宮内です。

On 10/19/05, Kiyohito Tanaka <tanaka-tec @ masecon.co.jp> wrote:
> もしかしてExcelのライブラリだったりして?

 Left関数に関しては、Excelの libraryを付け加える事で使えるように
なったようです。

 只、テーブル名が文字化けして消す事すら出来ない状況に陥っています。
正しく送付されるかどうかは分かりませんが、以下の通りです。
DBごと消去するしか手は無いのでしょうか?

fee=# \d
          List of relations
 Schema |   Name   | Type  |  Owner
--------+----------+-------+----------
 public | msysconf | table | postgres
 public | \u9979\u033e\u03a5\u07a5     | table | postgres
 public | _\u01e1\u02ac      | table | postgres
 public | _\u02e1\u02ac      | table | postgres
 public | _\u0637       | table | postgres
 public | _\u01fc\u057e\u02ac     | table | postgres
 public | _¶       | table | postgres
 public | _\u02ac       | table | postgres
(8 rows)

fee=# \d
          List of relations
 Schema |   Name   | Type  |  Owner
--------+----------+-------+----------
 public | msysconf | table | postgres
 public | \u9b23\uff79\uff8c\uff7e\uff8e\uff65\uff9e\uff65     | table
| postgres
 public | _\uff87\uff61\uff8a\uff6c      | table | postgres
 public | _\uff8b\uff61\uff8a\uff6c      | table | postgres
 public | _\uff98\uff77       | table | postgres
 public | _\uff87\uff7c\uff95\uff7e\uff8a\uff6c     | table | postgres
 public | _\uff82\uff76       | table | postgres
 public | _\uff8a\uff6c       | table | postgres
(8 rows)

fee=# \d
          List of relations
 Schema |   Name   | Type  |  Owner
--------+----------+-------+----------
 public | msysconf | table | postgres
 public | \u8580\u8015\u79f0\u30de\uffff     | table | postgres
 public | _\u5982\u5206      | table | postgres
 public | _\u6cd5\u5206      | table | postgres
 public | _\u6100       | table | postgres
 public | _\u7d0d\u5acb\u5206     | table | postgres
 public | _\u5176       | table | postgres
 public | _\u5206       | table | postgres
(8 rows)

fee=#



pgsql-jp メーリングリストの案内