mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Remove:
< * SQL*Net listener that makes PostgreSQL appear as an Oracle database < to clients
This commit is contained in:
parent
834f45014b
commit
ae0b90f223
4
doc/TODO
4
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
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
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -1550,8 +1550,6 @@ Exotic Features
|
|||||||
modification.
|
modification.
|
||||||
|
|
||||||
* Allow plug-in modules to emulate features from other databases
|
* 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
|
* Allow statements across databases or servers with transaction
|
||||||
semantics
|
semantics
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Wed Sep 26 04:47:39 EDT 2007
|
Last updated: Fri Sep 28 17:32:23 EDT 2007
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -1375,8 +1375,6 @@ first. There is also a developer's wiki at<br/>
|
|||||||
modification.
|
modification.
|
||||||
</p>
|
</p>
|
||||||
</li><li>Allow plug-in modules to emulate features from other databases
|
</li><li>Allow plug-in modules to emulate features from other databases
|
||||||
</li><li>SQL*Net listener that makes PostgreSQL appear as an Oracle database
|
|
||||||
to clients
|
|
||||||
</li><li>Allow statements across databases or servers with transaction
|
</li><li>Allow statements across databases or servers with transaction
|
||||||
semantics
|
semantics
|
||||||
<p> This can be done using dblink and two-phase commit.
|
<p> This can be done using dblink and two-phase commit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user