-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
attached
- --
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHVwwZATb/zqfZUUQRAjZyAJ92eIg9+Pk7jiexbQNKLTR2X5m0NwCgpIRs
UM0gn1UEqX81/R3eLyvWd44=
=ep3U
-----END PGP SIGNATURE-----
Index: release.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/release.sgml,v
retrieving revision 1.559
diff -c -r1.559 release.sgml
*** release.sgml 3 Dec 2007 23:49:50 -0000 1.559
--- release.sgml 5 Dec 2007 20:36:50 -0000
***************
*** 1380,1386 ****
<sect3>
<title>Object Manipulation</title>
<itemizedlist>
!
<listitem>
<para>
--- 1380,1386 ----
<sect3>
<title>Object Manipulation</title>
<itemizedlist>
!
<listitem>
<para>
***************
*** 1951,1956 ****
--- 1951,1972 ----
<listitem>
<para>
+ ALTER TABLE foo ENABLE/DISABLE REPLICA TRIGGER/RULE auto-complete capability
+ (Stefan)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ ALTER/CREATE/DROP TEXT SEARCH auto-complete capability
+ (Stefan)
+ </para>
+ </listitem>
+
+
+
+ <listitem>
+ <para>
List disabled triggers separately in <literal>\d</literal> output
(Brendan Jurd)
</para>
***************
*** 1979,1984 ****
--- 1995,2008 ----
<listitem>
<para>
+ List text search options <literal>\dF</literal>, <literal>\dFd</literal>,
+ <literal>\dFt</literal, and <literal>\dFp</literal> auto-complete capability.
+ (Stefan)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Add <literal>\prompt</literal> capability (Chad Wagner)
</para>
</listitem>
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match