Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Oleg Bartunov
On Wed, Oct 4, 2017 at 3:17 AM, Stephen Frost wrote: > Tom, all, > > * Tom Lane (t...@sss.pgh.pa.us) wrote: >> "Jonathan S. Katz" writes: >> > So there is a precedent for using “target” for this command. >> >> I wouldn't object to substituting "target" for "victim"; they're both >> pretty specifi

Re: [DOCS] About installation of binary

2017-10-03 Thread David G. Johnston
On Tuesday, October 3, 2017, Echizenya, Noriyuki < echizenya.no...@jp.fujitsu.com> wrote: > > > For that reason I have looked up below for the source code download > destination. > https://www.postgresql.org/download/ > > The installation binaries are also released in the link in addition to the >

[DOCS] About installation of binary

2017-10-03 Thread Echizenya, Noriyuki
Hi folks, I am a beginner of PostgreSQL. I installed PostgreSQL 9.6 with the following installation manual. Could you please teach me on how to install it from binaries. PostgreSQL 9.6.5 Documentation: https://www.postgresql.jp/document/9.6/html/tutorial-install.html I referred to the following

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Stephen Frost
Tom, all, * Tom Lane (t...@sss.pgh.pa.us) wrote: > "Jonathan S. Katz" writes: > > So there is a precedent for using “target” for this command. > > I wouldn't object to substituting "target" for "victim"; they're both > pretty specific, and there's little risk of misunderstanding which > database

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Tom Lane
"Jonathan S. Katz" writes: > So there is a precedent for using “target” for this command. I wouldn't object to substituting "target" for "victim"; they're both pretty specific, and there's little risk of misunderstanding which database is meant. I don't know if that amounts to much of an advance

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Jonathan S. Katz
> On Oct 3, 2017, at 4:29 PM, Joshua D. Drake wrote: > > On 10/03/2017 01:28 PM, David G. Johnston wrote: >> On Tue, Oct 3, 2017 at 12:53 PM, Joshua D. Drake >> ​My first inclination was "target" though I suppose its not that much closer >> to the supposed neutral position on this subjective

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Erik Rijkers
On 2017-10-03 21:53, Joshua D. Drake wrote: On 10/03/2017 12:38 PM, devguy...@gmail.com wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html Description: I am sure this would be reword "...while conne

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Joshua D. Drake
On 10/03/2017 01:28 PM, David G. Johnston wrote: On Tue, Oct 3, 2017 at 12:53 PM, Joshua D. Drake ​My first inclination was "target" though I suppose its not that much closer to the supposed neutral position on this subjective scale than "victim"​. Subject didn't sound right either (marginal

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread David G. Johnston
On Tue, Oct 3, 2017 at 12:53 PM, Joshua D. Drake wrote: > On 10/03/2017 12:38 PM, devguy...@gmail.com wrote: > >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html >> Description: >> >> I am sure this w

Re: [DOCS] inappropriate word 'victim'

2017-10-03 Thread Joshua D. Drake
On 10/03/2017 12:38 PM, devguy...@gmail.com wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html Description: I am sure this would be reword "...while connected to the victim database." Victim seems

[DOCS] inappropriate word 'victim'

2017-10-03 Thread devguy . ca
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/manage-ag-dropdb.html Description: I am sure this would be reword "...while connected to the victim database." -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To

Re: [DOCS] Doc BUG and/or Change Request: Include Postgres's system columns in reserved words in docs, Chnage to previx sytem colums with 2 underscores?

2017-10-03 Thread David G. Johnston
On Tue, Oct 3, 2017 at 10:34 AM, dan d wrote: > The fix is really simply prefix system reserved column names with one or > two underscores. Simple clean prevents the issue between user code and > database code... > The challenge isn't in making the fix (though it would likely be extremely tediou

Re: [DOCS] Document PUBLIC grants on PUBLIC schema

2017-10-03 Thread Tom Lane
b...@dbrhino.com writes: > The GRANT documentation, regarding the PUBLIC role, says: > > No privileges are granted to PUBLIC by default on tables, columns, > schemas > or tablespaces. > But the PUBLIC role does receive USAGE and CREATE privileges on the PUBLIC > schema, correct? I think the docu

Re: [DOCS] Doc BUG and/or Change Request: Include Postgres's system columns in reserved words in docs, Chnage to previx sytem colums with 2 underscores?

2017-10-03 Thread David G. Johnston
On Tue, Oct 3, 2017 at 6:13 AM, Euler Taveira wrote: > 2017-10-02 22:30 GMT-03:00 dan d : > > Npgsql.PostgresException (0x80004005): 42701: column name "cmax" > conflicts > > with a system column name > > > > My first step was to google "Postgres Reserved Words" will eventually > get > > you to

Re: [DOCS] SYSID can no longer be specified

2017-10-03 Thread Tom Lane
patrick.refond...@pobox.com writes: > The CREATE USER doc still states SYSID can be specified although I obtained: > SYSID can no longer be specified I don't really see a problem here. CREATE USER points you to CREATE ROLE for everything beyond the synopsis, and CREATE ROLE clearly states

Re: [DOCS] Doc BUG and/or Change Request: Include Postgres's system columns in reserved words in docs, Chnage to previx sytem colums with 2 underscores?

2017-10-03 Thread Euler Taveira
2017-10-02 22:30 GMT-03:00 dan d : > Npgsql.PostgresException (0x80004005): 42701: column name "cmax" conflicts > with a system column name > > My first step was to google "Postgres Reserved Words" will eventually get > you to Appendix C in the doc but not mention about any system columns, url >

Re: [DOCS] Levenshtein function cost parameters are in the wrong order

2017-10-03 Thread Marko Tiikkaja
On Mon, Oct 2, 2017 at 5:37 PM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/fuzzystrmatch.html > Description: > > The fuzzystrmatch documentation says that the order for the Levenshtein > cost > parameters is in

[DOCS] Doc BUG and/or Change Request: Include Postgres's system columns in reserved words in docs, Chnage to previx sytem colums with 2 underscores?

2017-10-03 Thread dan d
Vitals: Postgres 9.6 on Windows 7 by way of NpgSql C# library (v4.0.30319) DOC BUG: I'm curious if PostgreSQL's own special columns should be included on the "Reserved Words" list. This might be obvious to those familiar with the inner working of Postgres, for us that are more application l

Re: [DOCS] Wrong COPY command synopsis

2017-10-03 Thread Petr Lančarič
Thank you for answer, it was my mistake, sorry. Firstly, I didn't remark there is a new and an old syntax and I wrongly mixed both of them. Best regards Petr Lancaric -- Původní e-mail -- Od: David G. Johnston Komu: petr.lanca...@seznam.cz Datum: 27. 9. 2017 18:53:17 Předmě

[DOCS] Levenshtein function cost parameters are in the wrong order

2017-10-03 Thread marco . pennekamp96
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/fuzzystrmatch.html Description: The fuzzystrmatch documentation says that the order for the Levenshtein cost parameters is insertion, deletion, substitution. Based on my tests with

[DOCS] Document PUBLIC grants on PUBLIC schema

2017-10-03 Thread buck
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/sql-grant.html Description: The GRANT documentation, regarding the PUBLIC role, says: > No privileges are granted to PUBLIC by default on tables, columns, schemas or tablespaces.

[DOCS] SYSID can no longer be specified

2017-10-03 Thread patrick . refondini
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-createuser.html Description: The CREATE USER doc still states SYSID can be specified although I obtained: SYSID can no longer be specified while using the following command:

Re: [DOCS] list of credits for release notes

2017-10-03 Thread Alexander Lakhin
Hello, While working on translation I've found a wrong name in credits: Fakhroutdinov Evgenievich "Fakhroutdinov" is the Russian last name. "Evgenievich" is the Russian middle name or patronym. The first name is Tahir (see http://www.rusprofile.ru/person/fakhrutdinov-te-773112708320 (in Russian