Skip to content

Commit 7250975

Browse files
committed
Fix typo:
< * Allow cross-db queries with transaction sematics > * Allow cross-db queries with transaction semantics
1 parent 1decc20 commit 7250975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Feb 12 23:36:00 EST 2004
3+
Last updated: Thu Feb 12 23:47:05 EST 2004
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -332,7 +332,7 @@ Exotic Features
332332
to clients
333333
* Add two-phase commit to all distributed transactions with
334334
offline/readonly server status or administrator notification for failure
335-
* Allow cross-db queries with transaction sematics
335+
* Allow cross-db queries with transaction semantics
336336

337337

338338
PERFORMANCE
@@ -460,7 +460,7 @@ Source Code
460460
* Acquire lock on a relation before building a relcache entry for it
461461
* Research interaction of setitimer() and sleep() used by statement_timeout
462462
* -Add checks for fclose() failure (Tom)
463-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1215 2004/02/13 04:36:02 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1215 2004/02/13 04:36:02 momjian Exp $
463+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1216 2004/02/13 04:47:13 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1216 2004/02/13 04:47:13 momjian Exp $
464464
* Exit postmaster if postgresql.conf can not be opened
465465
* Rename /scripts directory because they are all C programs now
466466
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)