Updates to 11 Beta 1 announcement
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 25 Jun 2018 11:40:25 +0000 (07:40 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 25 Jun 2018 11:40:25 +0000 (07:40 -0400)
releases/11/beta/11beta1.md
releases/11/beta/11beta1.txt

index 997395cff1e3c8ce062155731ca3e4534c3f06b9..4f51751896baf5bc17a14577b91160fcfa91ba7d 100644 (file)
@@ -55,7 +55,7 @@ The PostgreSQL Global Development Group recognizes that while PostgreSQL itself
 
 Prior to PostgreSQL 11, one such feature was using the `ALTER TABLE .. ADD COLUMN` command where the newly created column had a `DEFAULT` value that was not NULL. Prior to PostgreSQL 11, when executing aforementioned statement, PostgreSQL would rewrite the whole table, which on larger tables in active systems could cause a cascade of problems. PostgreSQL 11 removes the need to rewrite the table in most cases, and as such running `ALTER TABLE .. ADD COLUMN .. DEFAULT ..` will execute extremely quickly.
 
-Another feature that fell into this category was the inability to intuitively quit from the PostgreSQL command-line (`psql`). There has been numerous recorded complaints of users trying to quit with the `quit` and `exit` commands, only to learn that the command to do so was `\q` (or _Ctrl-D_ if someone was so inclined).
+Another feature that fell into this category was the inability to intuitively quit from the PostgreSQL command-line (`psql`). There has been numerous recorded complaints of users trying to quit with the `quit` and `exit` commands, only to learn that the command to do so was `\q`.
 
 We have heard your frustrations and have now added the ability to quit the command-line using the keywords `quit` and `exit` and hope that quitting a PostgreSQL session is now as enjoyable as using PostgreSQL.
 
@@ -83,6 +83,6 @@ Links
 
 * [Download](https://www.postgresql.org/download/)
 * [Beta Testing Information](https://www.postgresql.org/developer/beta/)
-* [PostgreSQL 11 Beta Release Notes](https://www.postgresql.org/docs/devel/static/release-11.html)
+* [PostgreSQL 11 Beta Release Notes](https://www.postgresql.org/docs/11/static/release-11.html)
 * [PostgreSQL 11 Open Issues](https://wiki.postgresql.org/wiki/PostgreSQL_11_Open_Items)
 * [Submit a Bug](https://www.postgresql.org/account/submitbug/)
index 8875175242d97c4d711c2b147d87d9ca0f050c1f..0fbdf4fe26281dad03c680af3c2d0b3b52a0d8b5 100644 (file)
@@ -97,8 +97,7 @@ removes the need to rewrite the table in most cases, and as such running
 Another feature that fell into this category was the inability to intuitively
 quit from the PostgreSQL command-line (`psql`). There has been numerous recorded
 complaints of users trying to quit with the `quit` and `exit` commands, only to
-learn that the command to do so was `\q` (or _Ctrl-D_ if someone was so
-inclined).
+learn that the command to do so was `\q`.
 
 We have heard your frustrations and have now added the ability to quit the
 command-line using the keywords `quit` and `exit` and hope that quitting a
@@ -141,6 +140,6 @@ Links
 
 * Download: https://www.postgresql.org/download/
 * Beta Testing Information: https://www.postgresql.org/developer/beta/
-* PostgreSQL 11 Beta Release Notes: https://www.postgresql.org/docs/devel/static/release-11.html
+* PostgreSQL 11 Beta Release Notes: https://www.postgresql.org/docs/11/static/release-11.html
 * PostgreSQL 11 Open Issues: https://wiki.postgresql.org/wiki/PostgreSQL_11_Open_Items
 * Submit a Bug: https://www.postgresql.org/account/submitbug/