projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256f6ba
)
9.3 release docs: fix DROP TABLE IF EXISTS
author
Bruce Momjian
<bruce@momjian.us>
Tue, 21 May 2013 02:38:37 +0000
(22:38 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 21 May 2013 02:38:42 +0000
(22:38 -0400)
Patch from Joe Abbate.
doc/src/sgml/release-9.3.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.3.sgml
b/doc/src/sgml/release-9.3.sgml
index 2a2f4f9cfecf7bb1b8ef9c384bd08e12ca407666..0faed314c97ec8d8b3bb48931b32a6bf3c2f7063 100644
(file)
--- a/
doc/src/sgml/release-9.3.sgml
+++ b/
doc/src/sgml/release-9.3.sgml
@@
-742,8
+742,9
@@
<listitem>
<para>
- Allow <command>DROP TABLE IF NOT EXISTS</> to succeed when a
- non-existent schema is specified in the table name (Bruce Momjian)
+ Allow <link linkend="SQL-DROPTABLE"><command>DROP TABLE IF
+ EXISTS</> to succeed when a non-existent schema is specified
+ in the table name (Bruce Momjian)
</para>
<para>