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

Commit24ac4c9

Browse files
committed
Document that to remove template1, datistemplate must be 'false'.
Backpatch to 8.2.
1 parent552348c commit24ac4c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/manage-ag.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.49 2006/11/05 22:42:07 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.50 2007/01/20 15:43:54 momjian Exp $ -->
22

33
<chapter id="managing-databases">
44
<title>Managing Databases</title>
@@ -257,7 +257,8 @@ createdb -T template0 <replaceable>dbname</>
257257
For example, one could drop <literal>template1</> and recreate it from
258258
<literal>template0</> without any ill effects. This course of action
259259
might be advisable if one has carelessly added a bunch of junk in
260-
<literal>template1</>.
260+
<literal>template1</>. (To delete <literal>template1</literal>,
261+
it must have <literal>datistemplate = false</>.)
261262
</para>
262263

263264
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp