Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6ef326

Browse files
committed
Move items:
> * Add SQL99 WITH clause to SELECT> * Add SQL99 WITH RECURSIVE to SELECT< * Add SQL99 WITH clause to SELECT< * Add SQL99 WITH RECURSIVE to SELECT
1 parent5eb29fe commitc6ef326

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Tue Jan 31 19:03:09 EST 2006
5+
Last updated:Tue Jan 31 19:07:26 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -415,6 +415,8 @@ SQL Commands
415415
* Allow the count returned by SELECT, etc to be to represent as an int64
416416
to allow a higher range of values
417417
* Make CLUSTER preserve recently-dead tuples per MVCC requirements
418+
* Add SQL99 WITH clause to SELECT
419+
* Add SQL99 WITH RECURSIVE to SELECT
418420

419421

420422
* CREATE
@@ -746,8 +748,6 @@ Dependency Checking
746748
Exotic Features
747749
===============
748750

749-
* Add SQL99 WITH clause to SELECT
750-
* Add SQL99 WITH RECURSIVE to SELECT
751751
* Add pre-parsing phase that converts non-ISO syntax to supported
752752
syntax
753753

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Tue Jan 31 19:03:09 EST 2006
11+
Last updated: Tue Jan 31 19:07:26 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -381,6 +381,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
381381
</li><li>Allow the count returned by SELECT, etc to be to represent as an int64
382382
to allow a higher range of values
383383
</li><li>Make CLUSTER preserve recently-dead tuples per MVCC requirements
384+
</li><li>Add SQL99 WITH clause to SELECT
385+
</li><li>Add SQL99 WITH RECURSIVE to SELECT
384386
</li><li>CREATE
385387
<ul>
386388
<li>Allow CREATE TABLE AS to determine column lengths for complex
@@ -679,9 +681,7 @@ <h1><a name="section_11">Dependency Checking</a></h1>
679681
<h1><aname="section_12">Exotic Features</a></h1>
680682

681683
<ul>
682-
<li>Add SQL99 WITH clause to SELECT
683-
</li><li>Add SQL99 WITH RECURSIVE to SELECT
684-
</li><li>Add pre-parsing phase that converts non-ISO syntax to supported
684+
<li>Add pre-parsing phase that converts non-ISO syntax to supported
685685
syntax
686686
<p> This could allow SQL written for other databases to run without
687687
modification.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp