A typo in release notes

2018-11-12 Thread Alexander Lakhin
Hello,

I believe, that the name "Masahiko Sawada" was misspelled in the latest
release notes.
See:
https://www.postgresql.org/message-id/CAD21AoB5K1qJm%2Bwj%2BTTCP-sFPiSdnd0LGd_pNAfi3VXrGKfdjw%40mail.gmail.com
The patch is attached.

Best regards,
Alexander
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 0c02ecbc4e..de7779f622 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -508,7 +508,7 @@ Branch: REL9_5_STABLE [69a568636] 2018-09-26 10:30:38 +0900
 -->
  
   Fix handling of commit-timestamp tracking during recovery
-  (Masahiko Sawasa, Michael Paquier)
+  (Masahiko Sawada, Michael Paquier)
  
 
  
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
index 1324bc09f9..ccd8eee3e3 100644
--- a/doc/src/sgml/release-9.5.sgml
+++ b/doc/src/sgml/release-9.5.sgml
@@ -239,7 +239,7 @@
 
  
   Fix handling of commit-timestamp tracking during recovery
-  (Masahiko Sawasa, Michael Paquier)
+  (Masahiko Sawada, Michael Paquier)
  
 
  
diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml
index 2ad4e8ea86..acebcc6249 100644
--- a/doc/src/sgml/release-9.6.sgml
+++ b/doc/src/sgml/release-9.6.sgml
@@ -261,7 +261,7 @@
 
  
   Fix handling of commit-timestamp tracking during recovery
-  (Masahiko Sawasa, Michael Paquier)
+  (Masahiko Sawada, Michael Paquier)
  
 
  


Re: A typo in release notes

2018-11-12 Thread Michael Paquier
On Mon, Nov 12, 2018 at 02:15:31PM +0300, Alexander Lakhin wrote:
> I believe, that the name "Masahiko Sawada" was misspelled in the
> latest release notes.
> See:
> https://www.postgresql.org/message-id/CAD21AoB5K1qJm%2Bwj%2BTTCP-sFPiSdnd0LGd_pNAfi3VXrGKfdjw%40mail.gmail.com
> The patch is attached.

Thanks Alexander for the report!  Committed and back-patched.
--
Michael


signature.asc
Description: PGP signature


Re: tables (and other objects) are automatically put into a schema named "public"

2018-11-12 Thread Peter Eisentraut
On 08/11/2018 21:32, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/9.6/ddl-schemas.html
> Description:
> 
> This statement is not true and is contradicted in
> https://www.postgresql.org/docs/9.6/sql-createtable.html which states
> correctly that:
> If a schema name is given (for example, CREATE TABLE myschema.mytable ...)
> then the table is created in the specified schema. Otherwise it is created
> in the current schema. 

The statement refers to the previous examples and says "by default".  I
don't think the statement is incorrect or inappropriate.

-- 
Peter Eisentraut  http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services