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

Commit19b31e0

Browse files
committed
Oops, wrong commit on previous. It was:
The attached patch allows views to have default values. You can'tspecify a default value within a CREATE VIEW statement, it must bedone using ALTER TABLE ... ALTER COLUMN ... SET DEFAULT after theview has already been created. Most of the hard work was done byTom Lane, I just patched pg_dump and updated the documentation.Neil Conway <neilconway@rogers.com>
1 parentadf7cc0 commit19b31e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.43 2002/04/23 02:07:15 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.44 2002/04/24 02:40:45 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -53,6 +53,7 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable>
5353
</title>
5454
<para>
5555
<variablelist>
56+
5657
<varlistentry>
5758
<term><replaceable class="PARAMETER"> table </replaceable></term>
5859
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp