127.0.0.1 or localhost

2020-10-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/libpq-pgpass.html Description: Hi All, It's not actually a problem, it's a question. pgpass in my case, has two lines, one with 127.0.0.1 and another with localhost what would be the d

COPY statement: no list of the allowed values for "format_name"

2020-10-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-copy.html Description: Look at the account of the COPY statement, here: https://www.postgresql.org/docs/11/sql-copy.html and see this: « [ [ WITH ] ( option [, ...] ) ] » It goes o

What does "[backends] should seldom or never need to wait for a write to occur" mean?

2020-10-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/runtime-config-resource.html Description: https://www.postgresql.org/docs/13/runtime-config-resource.html#RUNTIME-CONFIG-RESOURCE-BACKGROUND-WRITER says: "There is a separate server proc

Missing directory is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html.

2020-10-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/libpq-threading.html Description: On page https://www.postgresql.org/docs/13/libpq-exec.html, non-existing directory is mentioned: src/tools/thread.

Missing file is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html

2020-10-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/libpq-exec.html Description: On page https://www.postgresql.org/docs/13/libpq-exec.html, non-existing file is mentioned: src/include/catalog/pg_type_d.h. We fail to find it in this catalog

physical should be logical

2020-10-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/logical-replication-publication.html Description: Hi, On this page, https://www.postgresql.org/docs/12/logical-replication-publication.html The first line states: A publication can be

Chapter 14.1.1, small typo on costs?

2020-10-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/using-explain.html Description: I am reading 14.1.1 and at the very end (just before 14.1.2) I see: "which shows that the planner thinks that sorting onek by index-scanning is about 12% m

exceptions

2020-10-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/errcodes-appendix.html Description: 02000 no_data should read no_data_found

Needs a link to docuementation about the server log location/configuration

2020-10-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/client-authentication-problems.html Description: The article on authentication problems refers to "the log" and the "server log" but lacks information on where to find that log or how to c

Word fix

2020-10-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/plpgsql-control-structures.html Description: Search for the word indeed found here https://www.postgresql.org/docs/13/plpgsql-control-structures.html#PLPGSQL-STATEMENTS-RETURNING-PROCEDURE

Please add best practice concerning user accounts

2020-10-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/postgres-user.html Description: The page describes the postgres user typically used as superuser for a PostgreSQL cluster. It would be useful to add information about best practices concer

https://www.postgresql.org/docs/current/functions-sequence.html

2020-10-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/functions-sequence.html Description: This page: https://www.postgresql.org/docs/current/functions-sequence.html doesn't seem to mention that there's a way to get the "cross session" curren

https://www.postgresql.org/docs/13/tutorial-join.html missing a table

2020-10-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/tutorial-join.html Description: This page references a "cities" table, but not prior page showed this table. Suggest adding a new "cities" table on this page.

42.6.8.1. Obtaining Information About An Error

2020-10-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/plpgsql-control-structures.html Description: 42.6.8.1. Obtaining Information About An Error This example omits raise notice code: DECLARE text_var1 text; text_var2 text; text_var3

Errors in explanation of the --with-libxml configure option.

2020-10-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/install-procedure.html Description: Online doc states [...], or set the variables XML2_CFLAGS and XML2_LIBS. (If pkg-config is installed, then to override its idea of where libxml

nondeterministic collations and statistics and pattern matching

2020-10-06 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/collation.html Description: If exists statistic with nondeteministic collation inherited from column collation then using pattern matching with collation will give an error. There is no in

Forgotten quote signs in description of "array value as a literal constant"

2020-10-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/arrays.html Description: Documentation should mention single quotes in "array value as a literal constant" description.

Version 13 documentation layout is harder to read than version 12

2020-09-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/functions-json.html Description: Compare: * https://www.postgresql.org/docs/13/functions-json.html * https://www.postgresql.org/docs/12/functions-json.html I know it is just my opinion, b

ssl file permission

2020-09-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/libpq-ssl.html Description: The instruction to use "chmod og-rwx" could leave the file with read permission set. Elsewhere the suggestion is "chmod 600".

Possible mistake in backup documentation

2020-09-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/wal.html Description: Hello! In "25.3.3.2. Making An Exclusive Low-Level Backup", you said that "The exclusive backup method is deprecated and should be avoided. Prior to PostgreSQL 9.6, t

Add support files

2020-09-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-populate.html Description: My suggestion is that links be placed in the tutorial for the support files (such as weather.txt, basics.sql, ...)

Index Locking Order is important

2020-09-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/index-unique-checks.html Description: When there are multiple unique indexes on a table, at least one that allows NULL, the order of the locks are important. This should be explained in t

Magic number for SSLRequest

2020-09-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/protocol-message-formats.html Description: On page: https://www.postgresql.org/docs/11/protocol-message-formats.html it says for SSLRequest packet: Int32(80877103) The SSL request code.

How to interpret the salt sent in the AuthenticationMD5Password message from the server.

2020-09-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/protocol-message-types.html Description: I'm creating a postgresql client in gdscript (you can answer my question even if you don't know how to code in gdscript). To do this I use the pos

application_name parameter

2020-09-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-logging.html Description: Hi! In section "19.8.3. What to Log" appears "application name (string)" parameter which is not in the postgresql.conf configuration file. Is it

target_role definition clarification

2020-09-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-alterdefaultprivileges.html Description: The documentation on ALTER DEFAULT PRIVILEGES currently defines the parameter target_role like this: > The name of an existing role of which t

pg_trgm.similarity

2020-09-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/pgtrgm.html Description: https://www.postgresql.org/docs/12/pgtrgm.html states that "similarity(text, text) realReturns a number that indicates how similar the two arguments are. The

Chapter 7. Queries

2020-09-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/queries.html Description: I like to browse documentation by index rather than searching. The Postgres documentation is fairly well organized so this is easy for most topics. However, on th

dblink_connect grant privelages on foreign db table

2020-09-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/contrib-dblink-connect.html Description: In this section of dblink_connect ``` CREATE SERVER fdtest FOREIGN DATA WRAPPER dblink_fdw OPTIONS (hostaddr '127.0.0.1', dbname 'contrib_regressio

typo in literature reference

2020-09-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/biblio.html Description: Ullmann's classic should be [ull88] Principles of Database and Knowledge-Base Systems. Jeffrey D. Ullman. Volume 1. Computer Science Press. 1988. not [ull88] P

Adding description about the random_page_cost and parallel_leader_participation

2020-09-01 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-query.html Description: I recently have an observation that the combination of random_page_cost and parallel_leader_participation can cause a performance regression. However

small clairifcation

2020-08-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/ssh-tunnels.html Description: "The first number in the -L argument, 6, is the port number of your end of the tunnel; it can be any unused port. (IANA reserves ports 49152 through 6553

PG_Basebackup not compatible with the version 12.3

2020-08-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/app-pgbasebackup.html Description: PG_Basebackup not compatible with the version 12.3

35.9.2. Base Types in C-Language Functions

2020-08-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/xfunc-c.html Description: In "Table 35-1. Equivalent C Types for Built-in SQL Types", when SQL type is "timestamp", the C type is reported to be "Timestamp * ", whereas it is actually "Tim

Create a Foreign Table for PostgreSQL CSV Logs

2020-08-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-logging.html Description: There is some imperfection in PostgreSQL doc. There are two section in documentation how to import PostgreSQL log into sql space and both not comp

PostgreSQL 12: Cryptic documentation

2020-08-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/app-pgbasebackup.html Description: The pg_basebackup page says that the --waldir parameter "Specifies the location for the write-ahead log directory. waldir must be an absolute path. The w

Request for further clarification on synchronous_commit

2020-08-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-wal.html Description: Hello, First of all I would like to say that PostgreSQL has the best documentation I've ever seen. It is very clear and comprehensive. That's the main

Gin Implementation Page

2020-08-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/gin-implementation.html Description: In the part 'when the list is small enough to fit into a single index "tuple" along with the key value' should the word "tuple" be replaced by the word

json_populate_record

2020-08-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-json.html Description: It is not clear what the parameter `base` means

discovering types

2020-08-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/datatype.html Description: Thank you for perfect documentation. Please add subchapter about discovering types. Themes like List all available types, Get type of column with pg_typeof() fun

need for "see also" section or similar thing at hub pages

2020-08-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-textsearch.html Description: A suggestion. This page, "functions-textsearch", is fine, and the best place to explain functions like array_to_tsvector() and jsonb_to_tsvector()

Procedures

2020-08-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-createprocedure.html Description: The information on procedures could helpfully include that the feature is new from PostgreSQL 11 and give an explanation of how it differs from functi

"innovative Serializable Snapshot Isolation (SSI) level"

2020-08-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/mvcc-intro.html Description: The documentation page: __https://www.postgresql.org/docs/12/mvcc-intro.html makes a reference to the term "innovative Serializable Snapshot Isolation (SSI) le

7 decimal digits precision for real

2020-07-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/datatype-numeric.html Description: When I try to run `insert into employees (r_id) values (3.919192199);` where r_id is of type real, I see it stores as 3.9191923 and not 6. Am I unders

Table Partitioning

2020-07-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/ddl-partitioning.html Description: With version 12 using declarative partitioning request that the column used for patitioning is part of the PRIMARY KEY of the table as you can see in the

Typo in the Section "3.6. Inheritance"

2020-07-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-inheritance.html Description: Hello Team, https://www.postgresql.org/docs/current/tutorial-inheritance.html There is the sentence in section 3.6: "State capitals have an extra c

Please ignore my last message

2020-07-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-fk.html Description: It was my mistake, please ignore it. Sorry I don't know how to recall

Potential Error

2020-07-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-fk.html Description: Hello Thank you for your great tutorial. I wasn't able to compile the below without a 'not null' after the primary key word: https://www.postgresql.org/doc

Client parameter list omits timezone

2020-07-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/libpq-connect.html Description: I am looking for a complete list of parameters that I can pass in the "connect"/"open database connection" list on the client (in this case, github.com/lib/

UTF8 conversion

2020-07-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/functions-string.html Description: I cannot get psql to accept an UTF8 string, link update .. set ... = 'josé'; In the docpage on encodings, jose is used in examples for UTF8. Plainly this

typo in sentence

2020-07-24 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/manage-ag-overview.html Description: The sentence has a typo: "If one PostgreSQL server instance is to house projects or users that should be separate and for the most part unaware of each

Wrong code of GIN index

2020-07-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/datatype-json.html Description: https://www.postgresql.org/docs/12/datatype-json.html#JSON-INDEXING SELECT jdoc->'guid', jdoc->'name' FROM api WHERE jdoc @@ '$.tags[*] ? (@ == "qui")'; S

Subscript expressions do not have to evaluate to integers

2020-07-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-expressions.html Description: Section 4.2.3. Subscripts of the documentation states: > Each subscript is itself an expression, which must yield an integer value. However, the followi

strange syntax

2020-07-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/manage-ag-overview.html Description: this sentence looks strange: "Schemas are a purely logical structure and who can access what is managed by the privilege system" https://www.postgresql

Documentation Issue?

2020-07-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-join.html Description: The documentation at https://www.postgresql.org/docs/12/tutorial-join.html shows this query: SELECT * FROM weather, cities WHERE city = name;

initdb - creating clusters

2020-07-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/creating-cluster.html Description: I'm searching for what a cluster is and how to create one. The documentation tells me to use initdb -D path/to/cluster. I am told that this is installe

missing epoch timestamps literals in examples

2020-07-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/datatype-datetime.html Description: Thank you for lot of examples about date, time an timestamp. I am missing how to work with unix (date)time(stamps) from epoch, e.g. 1592203289.310 for 2

Wording about foreign key technically not correct

2020-07-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/ddl-constraints.html Description: As asked here, https://dba.stackexchange.com/questions/270567/can-a-foreign-key-be-referring-to-the-same-table-as-the-source the documentation specifies t

Transaction Management

2020-07-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/plpgsql-transactions.html Description: Hello, We are looking to use transaction management and have run into a limitation when the procedure is security definer. There doesn't appear to

Create Procedure

2020-06-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-createprocedure.html Description: Hi all, The Create Procedure could be improved: - Provide more examples; - Describe the use of IN and INOUT variables; - Describe the use of cursors

reindex database

2020-06-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/sql-reindex.html Description: Hello, I am using this command to reindex the databases for a PostgreSQL 10 cluster. What I can not find in the reindex explanation page is how is this affect

listing roles

2020-06-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/user-manag.html Description: Thank you for perfect documentation. I am missing in chapter 21 (Database roles) a section about *listing roles* both as psql commands and selects to catalogue

Please add a link to [BRIN] physical block ranges of a table

2020-06-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/indexes-types.html Description: Can you please add a link to an explanation for physical block ranges of a table under the BRIN index. This is not explained in the index and might be conf

INDEX with optional storage parameter value

2020-06-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-createindex.html Description: Hello! I noticed an slight inaccuracy in the documentation for CREATE INDEX and ALTER INDEX: CREATE INDEX ... [ WITH ( storage_parameter = value [, ... ]

wrong output column title in example

2020-06-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/arrays.html Description: In the last code block in "8.15.5. Searching in Arrays", the column title in the output is "array_positions" for both examples, but it should be "array_position" f

PGTYPESinterval_free should be instead PGTYPESinterval_new in example.

2020-06-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/ecpg-pgtypes.html Description: Hello! In example of usage PGTYPESinterval_free used PGTYPESinterval_new. Should be PGTYPESinterval_free.

Regarding query sort order for "select distinct"

2020-06-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/queries-order.html Description: Hi, Good day :) It seems Postgre supports following feature: E121-02ORDER BY columns need not be in select list. But please add postgre behavior for "se

serial attribute type vs GENERATED AS IDENTITY

2020-06-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/datatype-numeric.html Description: I think the documentation should mention that these do much the same thing (at least, for the default auto-incrementing integer sequence). Using both on

Not using suppress_redundant_updates_trigger in sql-createtrigger.html#examples

2020-06-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/bug-reporting.html Description: Hi I was stumbling across the trigger function ‘suppress_redundant_updates_trigger’ in https://www.postgresql.org/docs/devel/functions-trigger.html and I w

Signed-ness of ints is unclear in FE-BE protocol docs

2020-06-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/protocol-message-types.html Description: Hi, I'm the maintainer of Npgsql, the .NET open source driver for PostgreSQL. The protocol docs generally do not mention whether ints are signed o

some charts or graphs of possible permissions would be nice

2020-06-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-grant.html Description: Having read through the documentation on roles/granting I think I more or less understand how it works, but what isn't really clarified is what the overall univ

create database with template doesn't copy ACL

2020-06-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/sql-createdatabase.html Description: My understanding is that not copying the ACL is the (currently) expected behavior when issuing CREATE DATABASE newdb WITH TEMPLATE my_tmpl; It would be

Documentation 9.8. Data Type Formatting Functions: missing behaviour on invalid input at to_date()

2020-06-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-formatting.html Description: For the formatting functions, which convert between a string and a type like date, timestamp or number, there should be a description about the behav

pg_basebackup in tar format with -Xs

2020-06-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/app-pgbasebackup.html Description: Only since Postgres 10, one can take backup of wals along with full backup (in tar format) using pg_basebackup ERROR: pg_basebackup: WAL streaming can

Installation issue

2020-06-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/bug-reporting.html Description: Now i installed postgresql but i am facing error like "There was been an error unknown error while ruining c:/WINDOWS/system32//whoami... please help to

Minor result error in binary strings documentation

2020-05-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-binarystring.html Description: On the page: https://www.postgresql.org/docs/12/functions-binarystring.html The result for decode('123\000456', 'escape') is incorrect, it should

Get original view definition without modification

2020-05-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/rules-views.html Description: I am looking a way to get exact view definition, for ex : CREATE TABLE t1(id int,name varchar); INSERT INTO t1 values(1,'n1'),(2,'n2'); CREATE V

max_wal_size

2020-05-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-wal.html Description: About parameter max_wal_size the documentation says that "Maximum size to let the WAL grow to between automatic WAL checkpoints." Is it correct? The si

ERROR: (host) should be replaced by (hostnogssenc).

2020-05-24 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/encryption-options.html Description: Chapter 18. Server Setup and Operation 18.8. Encryption Options Under the topic "Encrypting Data Across A Network", I think there seems to be a docume

Problem

2020-05-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/sql-createextension.html Description: Excuse me I'm having a problem that I cannot create an extension in the database, so would you mind helping me solve the problem. When I create extens

Change JOIN tutorial to focus more on explicit joins

2020-05-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-join.html Description: The tutorial about joins makes the following statement about the explicit JOIN operator: > This syntax is not as commonly used as the one above I think in

11.7 Indexes on Expressions: editorial correction

2020-05-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/indexes-expressional.html Description: The paragraph that begins "If we were to declare this index UNIQUE,..." refers to the index test1_lower_col1_idx, not to the test1_uniq_int index it

Type command where?

2020-05-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-createdb.html Description: I am at this point in the documentation and I'm told to type a command. "1.3. Creating a Database The first test to see whether you can access the data

non-string or non-string

2020-05-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/functions-string.html Description: The second line in "Table 9.8. SQL String Functions and Operators" uses "non-string or non-string" as part of the example. I assume one of these should b

CHECK constraints - order of evaluation

2020-05-14 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/ddl-constraints.html Description: I think the information about the "order of execution" when checking CHECK constraints when inserting or updating records is missing in the documentation

https://www.postgresql.org/docs/11/typeconv-union-case.html

2020-05-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/typeconv-union-case.html Description: I think it should be CAST instead of CASE.

dot dot dot dot

2020-05-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/tutorial-sql-intro.html Description: is wrong.

The suggestion of reducing autovacuum_vacuum_cost_delay should be documented

2020-05-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/runtime-config-autovacuum.html Description: The `autovacuum_vacuum_cost_delay` setting changes to 2ms in PostgreSQL 12 but in the old Postgresql version, the default setting is still 20ms.

psql -f switch and "COPY ... FROM STDIN"

2020-05-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/app-psql.html Description: Hi, first of all thanks for the great postgres database and its psql utility. Today I had some trouble using "COPY ... FROM STDIN" with CSV data piped into the p

minor rewording in ceil(), ceiling() and floor() function descriptions

2020-05-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-math.html Description: Proposed rewording for ceil() and ceiling(): "smallest integer..." Proposed rewording for floor(): "greatest integer..." Rationale: the proposed rewording

Documentation - chapter 52, system catalogs

2020-05-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/catalogs-overview.html Description: The documentation for chapter 52 does not clearly identify the schema associated with the system catalogs in either the chapter header or overview secti

adding a TOC to the psql reference page

2020-04-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/app-psql.html Description: Since https://www.postgresql.org/docs/current/app-psql.html is quite long, it would be nice to add a detailed table of contents at its beginning, in order to: -

Direct links to edit documentation

2020-04-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-wal.html Description: Would it be possible to add "edit this page" links to every PostgreSQL doc page, pointing to the docs git repo, ideally on a site that allows on-the-si

pg_restore dbname

2020-04-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/app-pgrestore.html Description: "-C --create Create the database before restoring into it. If --clean is also specified, drop and recreate the target database before connecting to it.

Where is the typo?

2020-04-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/protocol-flow.html Description: In "52.2.2.1. Multiple Statements in a Simple Query" there is supposed to be a typo in the last example. I cannot find it, even having diffed the two exampl

Add that changing the `argname` will raise exception in procedure/function

2020-04-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-createprocedure.html Description: In https://www.postgresql.org/docs/12/sql-createprocedure.html you can add: "It is also not possible to change the argname. Trying to do so will raise

filter with json_agg(DISTINCT table.*) behaves differently

2020-04-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/release-10-7.html Description: Following is our finding: Postgres query behaves differently in 2 version Specifically (json_agg(DISTINCT table_name.*) filter(where table_name is not

Missing description about the performance impact of archive_timeout

2020-04-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/runtime-config-wal.html Description: The PostgreSQL manual contains the following paragraph https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-TIMEOUT about the ar

prefix match operator ^@

2020-04-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-string.html Description: Preparing to upgrade old PostgreSQL and looking changelog, I has found log about "prefix text match" operator (boosted by SP_GIST): => select 'ab' ^@ 'a'

Documentation issue: Default value of temp_buffers

2020-04-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/runtime-config-resource.html Description: https://www.postgresql.org/docs/11/runtime-config-resource.html says: --snip-- temp_buffers (integer): Sets the maximum number of tempora

<    2   3   4   5   6   7   8   9   10   11   >