LoginSignup
0
0

PostgreSQL: コメントの付け方

Posted at
city=# comment on column cities.id is '識別記号';
COMMENT
city=# comment on column cities.name is '都市名';
COMMENT
city=# comment on column cities.population is '人口';
COMMENT
city=# comment on column cities.date_mod is '改定日';
COMMENT

次のようになります。

image.png

次のようにしてコメントを見ることもできます。

city=# \d+ cities
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0