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

Commit32762fa

Browse files
committed
Sample output that appears below the table attributes for \d:
Indicies: palm_buy_date_idx palm_user_date_idxPrimary Key: palm_buyers_pkeyUnique Key: palm_buyers_usernameConstraint: "$1" ((sex = 'M'::bpchar) OR (sex = 'F'::bpchar))Note that check constraint name now shown as well. (Makes it a lot easierto test inheritance support in ADD/DROP constraint :) )Attached is a docs change for psql.Christopher Kings
1 parentd66a404 commit32762fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.54 2001/05/27 09:59:28 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.55 2001/05/28 04:27:17 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -348,7 +348,8 @@ testdb=>
348348
(which could be a table, view, index, or sequence),
349349
their types, and any special attributes such as <literal>NOT NULL</literal>
350350
or defaults, if any.
351-
If the relation is, in fact, a table, any defined indexes are also listed.
351+
If the relation is, in fact, a table, any defined indices, primary keys, unique
352+
constraints and check constraints are also listed.
352353
If the relation is a view, the view definition is also shown.
353354
</para>
354355

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp