git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: de0d75e) | patch
Disallow comments on columns of relation types other than tables, views,
2009年12月22日 23:54:17 +0000 (23:54 +0000)
2009年12月22日 23:54:17 +0000 (23:54 +0000)
commit b7d67954456f15762c04e5269b64adc88dcd0860
Disallow comments on columns of relation types other than tables, views,
and composite types, which are the only relkinds for which pg_dump support
exists for dumping column comments. There is no obvious usefulness for
comments on columns of sequences or toast tables; and while comments on
index columns might have some value, it's not worth the risk of compatibility
problems due to possible changes in the algorithm for assigning names to
index columns. Per discussion.

In consequence, remove now-dead code for copying such comments in CREATE TABLE
LIKE.
src/backend/commands/comment.c diff | blob | blame | history
src/backend/parser/parse_utilcmd.c diff | blob | blame | history
src/test/regress/expected/inherit.out diff | blob | blame | history
src/test/regress/sql/inherit.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /