Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0993b8a

Browse files
committed
Improve description of pg_attrdef in documentation
The reference to pg_attribute is switched to a link, which is moreuseful for the html documentation. The conditions under which a defaultvalue is defined for a given column are made more general.Author: Daniel GustafssonReviewed-by: Tom LaneDiscussion:https://postgr.es/m/0E8748E3-8B7D-445E-9ABA-09DA5C7345CC@yesql.se
1 parent051a149 commit0993b8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -901,11 +901,11 @@
901901
</indexterm>
902902

903903
<para>
904-
The catalog <structname>pg_attrdef</structname> stores column default values. The main information
905-
about columns is stored in <structname>pg_attribute</structname>
906-
(see below). Only columns that explicitly specify a default value
907-
(when the table is created or the column is added)will have an
908-
entry here.
904+
The catalog <structname>pg_attrdef</structname> stores column default
905+
values. The main informationabout columns is stored in
906+
<link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.
907+
Only columns for which a default value has been explicitly setwill have
908+
anentry here.
909909
</para>
910910

911911
<table>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp