2007-08-28から1日間の記事一覧

PostgreSQL 日本語

http://ash.jp/db/pg_tips.htm ●表の一覧の表示 psql# \dt●表の項目一覧の表示 psql# \d 表名●インデックスの一覧の表示 psql# \di 表名●ユーザ一覧の表示 psql# select usename from pg_user;●データベース一覧と、データベースの文字コードの表示 psql# \l…