Remove:
authorBruce Momjian
Fri, 28 Sep 2007 21:32:29 +0000 (21:32 +0000)
committerBruce Momjian
Fri, 28 Sep 2007 21:32:29 +0000 (21:32 +0000)
< * SQL*Net listener that makes PostgreSQL appear as an Oracle database
<   to clients

doc/TODO
doc/src/FAQ/TODO.html

index a92953c91aea1daae13424eadcbbd5e4a336ecca..c2b13a45f129ca872aa380e23c4a4d3cfa8b14dc 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Sep 26 04:47:39 EDT 2007
+Last updated:      Fri Sep 28 17:32:23 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1550,8 +1550,6 @@ Exotic Features
   modification.
 
 * Allow plug-in modules to emulate features from other databases
-* SQL*Net listener that makes PostgreSQL appear as an Oracle database
-  to clients
 * Allow statements across databases or servers with transaction
   semantics
 
index ea98a83ef176d7d4f1880f068be517b5c1a07df3..97bbaee41565948c81055ea6ca2151bf8ffad6da 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Sep 26 04:47:39 EDT 2007
+Last updated:           Fri Sep 28 17:32:23 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1375,8 +1375,6 @@ first.  There is also a developer's wiki at
   modification.
 

   
  • Allow plug-in modules to emulate features from other databases
  • -  
  • SQL*Net listener that makes PostgreSQL appear as an Oracle database
  • -  to clients
       
  • Allow statements across databases or servers with transaction
  •    semantics
     

      This can be done using dblink and two-phase commit.