mirror of https://github.com/postgres/postgres
Add:
< > * Add GUC to issue notice about queries that use unjoined tables
This commit is contained in:
parent
b1f57d88f5
commit
2104f9af87
4
doc/TODO
4
doc/TODO
|
@ -2,7 +2,7 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Wed Mar 23 22:50:24 EST 2005
|
||||
Last updated: Thu Mar 24 00:15:59 EST 2005
|
||||
|
||||
The most recent version of this document can be viewed at the PostgreSQL web
|
||||
site, http://www.PostgreSQL.org.
|
||||
|
@ -413,7 +413,7 @@ Commands
|
|||
We could also change RESET ALL to have this functionality.
|
||||
|
||||
* Allow FOR UPDATE queries to do NOWAIT locks
|
||||
|
||||
* Add GUC to issue notice about queries that use unjoined tables
|
||||
|
||||
* ALTER
|
||||
o Have ALTER TABLE RENAME rename SERIAL sequence names
|
||||
|
|
Loading…
Reference in New Issue