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

Commitee7a677

Browse files
committed
Move item as done:
<> * -Allow AS in "SELECT col AS label" to be optional in certain cases>< * Allow AS in "SELECT col AS label" to be optional (not wanted)
1 parent2874d38 commitee7a677

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Thu Jan 31 21:41:04 EST 2008
4+
Last updated:Sat Feb 16 18:27:24 EST 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -497,7 +497,6 @@ SQL Commands
497497
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php
498498
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php
499499

500-
501500
* Add NOVICE output level for helpful messages like automatic sequence/index
502501
creation
503502
* Add GUC to issue notice about statements that use unjoined tables
@@ -540,6 +539,8 @@ SQL Commands
540539

541540
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
542541

542+
* -Allow AS in "SELECT col AS label" to be optional in certain cases
543+
543544
* CREATE
544545

545546
o Allow CREATE TABLE AS to determine column lengths for complex
@@ -1442,7 +1443,6 @@ Features We Do _Not_ Want
14421443
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
14431444
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
14441445

1445-
* Allow AS in "SELECT col AS label" to be optional (not wanted)
14461446

14471447
Because we support postfix operators, it isn't possible to make AS
14481448
optional and continue to use bison.

‎doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Thu Jan 31 21:41:04 EST 2008
11+
Last updated:Sat Feb 16 18:27:24 EST 2008
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>.
@@ -480,6 +480,7 @@ <h1><a name="section_7">SQL Commands</a></h1>
480480
get dropped while the DROP operation is happening
481481
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php</a>
482482
</p>
483+
</li><li>-<em>Allow AS in "SELECT col AS label" to be optional in certain cases</em>
483484
</li><li>CREATE
484485
<ul>
485486
<li>Allow CREATE TABLE AS to determine column lengths for complex
@@ -1278,7 +1279,6 @@ <h1><a name="section_21">Features We Do <u>Not</u> Want</a></h1>
12781279
<ahref="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php</a>
12791280
<ahref="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php</a>
12801281
</p>
1281-
</li><li>Allow AS in "SELECT col AS label" to be optional (not wanted)
12821282
<p> Because we support postfix operators, it isn't possible to make AS
12831283
optional and continue to use bison.
12841284
<ahref="http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php">http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php</a>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp