pg_upgrade docs are confusing if PostgreSQL's versioning system/language isn't known to reader

2017-12-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/pgupgrade.html Description: If a reader who is unfamiliar with PostgreSQLs versioning (where 9.5 and 9.6 are considered major versions) reads the documentation, it is unclear if

Missing column_constraint explanation

2017-12-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/sql-altertable.html Description: Missing column_constraint explanation in parameters section

titles dont have documentation

2017-12-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-syntax.html Description: I didnt see documentation in postgresql title

SELECT ... FOR UPDATE OF clause documentation implies use of table_names rather than aliases

2018-04-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-select.html Description: In the SELECT statement page the argument type of the (FOR SHARE/UPDATE) OF clause is listed to be a table_name. This is not *quite* accurate - it

Wrong example

2018-04-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/7.1/static/functions-math.html Description: The last row of table Table 4-4. Mathematical Functions seems to be wrong at example column, current value trunc(numeric, s integer)

Appendix A. PostgreSQL Error Codes

2018-04-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/errcodes-appendix.html Description: Hi Would it be possible to present the codes in ascending sequence? This applies to all releases. Thanks

\i and \ir separated by \if now...

2018-05-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/app-psql.html Description: While I get that we want alphabetical order an exception for \i and \ir seems warranted; or maybe make \ir part of the \i meta command description -

json_to_record Example

2018-05-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/functions-json.html Description: Hi team, I had the following issue when going through your https://www.postgresql.org/docs/current/static/functions-json.html docs. Looking at

pg_stat_statements opening claim is potentially misleading

2018-05-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/pgstatstatements.html Description: At the top of the pg_stat_statements docs page[1] it states: "The pg_stat_statements module provides a means for tracking execution statistics

Missing documentation for FETCH FIRST in chapter 7.6

2018-05-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/queries-limit.html Description: The documentation of the SELECT statement lists FETCH FIRST/OFFSET as an alternative to the proprietary LIMIT clause.

Crash when using PQgetvalue

2018-06-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/libpq.html Description: Hello, I am not sure if I am doing something wrong or there is a bug in the code but I am getting a strange issue. When I try to run the following code I

ALTER

2018-05-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/tutorial-sql.html Description: where is ALTER?

40 commands are missing. inserted or missing character?

2018-05-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/queries.html Description: try checking your XML syntax. missing attribute?

Isn't "publication" wrongly defined here?

2018-04-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/logical-replication-publication.html Description: In section 31.1 it says "A publication is a set of changes generated from a table or a group of tables"... that seems wrong. It's

Documentation for CommandComplete is incorrect for CREATE TABLE with server version 10.2

2018-04-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/protocol-message-formats.html Description: On this page: https://www.postgresql.org/docs/10/static/protocol-message-formats.html The documentation says: For a SELECT or CREATE

Autocommit with Postgres 10

2018-05-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/ecpg-sql-set-autocommit.html Description: Hi, I am currently using PG10, and link my C program to the libpq.5.10.so file for client feature usage. I get the following error after

Regarding built-in logical replication

2018-01-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/logical-replication.html Description: I am referring to link 'https://www.postgresql.org/docs/10/static/logical-replication.html' and it has been mentioned that 'Replicating

Describe UNION's cast on derived table

2018-01-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/typeconv-union-case.html Description: Hi! Whilst the type conversion works great on the query ;select 10 as col1 union select null as col1;, it does not on the almost same one

typo: overlay

2018-01-18 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.4/static/functions-string.html Description: https://www.postgresql.org/docs/9.4/static/functions-string.html in the overlay example, there should only be 'xxx' instead of ''. (the

What does "Table rewrite" mean?

2018-01-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-altertable.html Description: I see references to a "table rewrite" all over the place, but I cannot find one single definition on what that actually means. What does a table

v10 changes to pg_ctl --wait

2018-01-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/devel/static/app-pg-ctl.html Description: The docs for --wait still say: "When waiting for startup, pg_ctl repeatedly attempts to connect to the server." I believe it's been changed to

estudent

2018-02-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/tutorial-sql.html Description: Programação Java

Windows instructions are incomplete

2018-01-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/pgupgrade.html Description: In set 9. Run pg_upgrade: It says that windows users should execute this: RUNAS /USER:postgres "CMD.EXE" This step does not work unless you create a

A simple question

2018-02-01 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.3/static/sql-keywords-appendix.html Description: Hello, my client has a plethora of reserved words in their PostgreSQL database using Greenplum. They don't wish to use the " " to allow

Update encryption options doc for SCRAM-SHA-256

2018-02-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/encryption-options.html Description: Section "18.8. Encryption Options" only mentions MD5 as the password storage encryption mechanism, although PostgreSQL 10 introduced the

Developer

2018-02-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/gin-intro.html Description: fff

information_schema.applicable_roles behavior does not match documentation

2018-01-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/infoschema-applicable-roles.html Description: The documentation for applicable_roles says: "The current user itself is also an applicable role." (see

Need PostgreSQL Key words list

2018-01-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-keywords-appendix.html Description: Hi, Some people developing code formatting/highlighting plugins use this table as the list of PostgreSQL key words:

Documentation of EXCEPT ALL may have a bug

2018-02-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/queries-union.html Description: I believe that the documented behavior of EXCEPT is not in agreement with Postgres behavior (I'm using Postgres 9.5). The documents say: EXCEPT

complex documentation and hard to find the reference

2018-02-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/functions-json.html Description: with the prior experience of mysql or mongoDb or any other. Documentation can be understood. But without any experience of those, hard to try the

.

2018-02-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.2/static/plpgsql-trigger.html Description: .

Engineering

2018-02-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.3/static/runtime-config-connection.html Description: Engineering The Future

Functions in sort order - undocumented restriction

2018-02-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/queries-order.html Description: This works: select distinct o.bid, organisation, posttown, replace(case when phone ='' then null else trim(phone) end, ' ', ''), phone, o.active,

Jr Software Engineer

2018-02-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/7.0/static/security.htm Description: Learning PostgreSQL

dblink function description lacks security model

2018-02-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/contrib-dblink-function.html Description: There is no information about what permissions should be setup for the user who wants to query a database through a dblink. Thank you to

prepared transactions improvements

2018-02-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.3/static/sql-prepare-transaction.html Description: Under PREPARE TRANSACTION it says that transaction_id must be unique, it doesn't say what happens when it is not unique. It might be

Pltcl install

2018-02-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/pltcl-overview.html Description: Good morning, I already installed postgreSQL v:9.5 on my PC and I want to install pltcl language to write external procedure that are used to copy

Support Inquiry

2018-02-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/8.1/static/backup.html Description: Greetings, My name is Jorge Castro, I am an support engineer from Google Cloud Premier Partner in Mexico, we have a potencial client which uses your

Basic security

2018-02-24 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/8.3/static/auth-pg-hba-conf.html Description: My pg_hba.conf file gives 'cert' as an authentication method. this is not mentioned on this page. I think a basic pg_hba.conf to allow remote

postgres_fdw incomplete examples

2018-02-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/postgres-fdw.html Description: The examples about postgres_fdw do not tell about the need to have a HANDLER when we want to access foreign tables. There should be indications on

The example for creating a check constraint is missing a comma

2018-02-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-createtable.html Description: See the example from the documentation for CREATE TABLE below. There should be a comma before the CONSTRAINT keyword. CREATE TABLE distributors

pg_hba_file_rules permission issue

2018-02-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/view-pg-hba-file-rules.html Description: Hi, According to the documentation, I assume normal users will be able to view pg_hba_file_rules once they are granted select privileges.

Rolycore

2017-12-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.1/static/backup.html Description: I am Rolycore

test

2017-12-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.3/static/tutorial-start.html Description: test

pg_dumpall examples may lead to encoding problems

2017-12-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/app-pg-dumpall.html Description: The example to dumb all databases at the bottom of the page pg_dumpall db.out works, but I think it would be better to suggest pg_dumpall -f

J.2. Tool Sets/Appendix J. Documentation missing package

2018-01-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/0.0/static/docguide-toolsets.html Description: In J.2.3 Debian Packages "docbook" and "dbtopub" missed in install command. make world works after above to package installed.

public schema

2018-07-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/ddl-schemas.html Description: cite 5.8.3. The Schema Search Path There is nothing special about the public schema except that it exists by default. end cite It's not true. Also

Docs for version 10 incorrectly claim that ~/.pgpass with 0600 perms work.

2018-07-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/libpq-pgpass.html Description: https://www.postgresql.org/docs/10/static/libpq-pgpass.html $ dpkg -l | grep -i postgres ii libpq5:amd64

dblink_error_message return value

2018-08-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/contrib-dblink-error-message.html Description: Documentation says: Return Value Returns last error message, or an empty string if there has been no error in this connection.

Global dict name is listed inconsistently

2018-08-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/plpython-sharing.html Description: Page https://www.postgresql.org/docs/10/static/plpython-sharing.html says: "The global dictionary SD is available to store data between function

Documentation does not cover multiple WITH in one query

2018-08-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/queries-with.html Description: Hi. I have found [DOC](https://www.postgresql.org/docs/10/static/queries-with.html) it is fine, but did not cover multiple WITH in one query. I

Document the limit on the number of parameters

2018-07-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-prepare.html Description: The backend protocol limits the number of parameters that can be passed for a prepared statement to 32767 (2 byte signed integer). As that is

sql-set-session-authorization

2018-07-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/sql-set-session-authorization.html Description: https://www.postgresql.org/account/comments/new/9.6/sql-set-session-authorization.html/ You should also mention necessary rights

decimal digits precision for real and double precision types

2018-07-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/datatype-numeric.html Description: In table 8.2 for numeric types, when the documentation states "6 decimal digits precision" for the real type, we are talking about 6 digits after

Parameter types are inferred from context of first use only.

2018-07-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-prepare.html Description: Background can be found on the bugs list (pgsql-bug #15289). It was explained that when a prepared statement parameter needs to have its type inferred

PostgreSQL 9.5.14 Documentation /Chapter 28 / 28.1. Determining Disk Usage

2018-09-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/disk-usage.html Description: PostgreSQL 9.5.14 Documentation / Chapter 28. Monitoring Disk Usage / 28.1. Determining Disk Usage (Applies for other Versions, too.) I'm wondering

Extend example of JOIN results for completeness

2018-09-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/queries-table-expressions.html Description: Hi The section: https://www.postgresql.org/docs/10/static/queries-table-expressions.html#QUERIES-FROM shows result of INNER, LEFT and

Extend phrase by an example

2018-09-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/rowtypes.html Description: Hi. On the page: https://www.postgresql.org/docs/10/static/rowtypes.html >then the same inventory_item composite type shown above would come into being

please inform data_directory

2018-09-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/functions-admin.html Description: It is impossible to use pg_read_file(), etc. functions without SHOW data_directory

Typo in doc or wrong EXCLUDE implementation

2018-07-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-createtable.html Description: Hi. https://www.postgresql.org/docs/current/static/sql-createtable.html#sql-createtable-exclude If all of the specified operators test for

Multivariate statistics

2018-07-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/multivariate-statistics-examples.html Description: Hi All, I'm a little confused by the documentation here:

RETURN NULL in the sample of insert trigger on partitioned table

2018-07-11 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/ddl-partitioning.html Description: Why in provided samples of "insert" triggers on partitioned table at the end of the triggers you provide "return NULL" not "return NEW"? This

A cosmetic suggest for 4.2.7. Aggregate Expressions

2018-07-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-expressions.html Description: Documentation for PostgreSQL 10.4 4.2.7. Aggregate Expressions ... aggregate_name (expression [ , ... ] [ order_by_clause ] ) [ FILTER ( WHERE

Incomplete documentation for pg_restore option

2018-01-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/app-pgrestore.html Description: Hi Team, The documentation for pg_restore doesn't mention the syntax to restore from a directory based back up created using -F d option in

Can we only add values to enums?

2018-03-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/sql-altertype.html Description: I need to add a value to an enum, so I found this page, which answered my question. However, I found it quite confusing that it only documents

Synopsis of SELECT statement: UNION, INTERSECTION, EXCEPT

2018-03-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-select.html Description: The SYNOPSIS section of the "SELECT" SQL command contains the line [ { UNION | INTERSECT | EXCEPT } [ ALL | DISTINCT ] select ] (with a boldface

Problems with pg_upgrade under Windows

2018-03-15 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/pgupgrade.html Description: The postgresql service (since 9.x?) runs under Windows with the integrated NetworkService account and not with a dedicated postgres account anymore (at

Dead link in ltree documentation

2018-04-04 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/ltree.html Description: Hi, https://www.postgresql.org/docs/current/static/ltree.html links to www.dmoz.org which now returns a 403, since being closed down in 2017. Maybe it

how does jsonb_set work?

2018-04-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/functions-json.html Description: the documentation is missing some information how does the jsonb_set function work? does it create a whole new json and updates it in the column?

why is there no CSVQL?

2018-04-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/features.html Description: CSV files can be huge. most commercial spreadsheets cannot handle it. there are high-volume transactions such as for tax reporting which need a separate

PQdescribePrepared / binary data

2018-03-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/libpq.html Description: It should be mentioned, that the function PQfmod is not applicable for a valid PGresult returned by PQdescribePrepared. PQfmod delivers additional

Getting started guide does not start from first step

2018-03-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.0/static/tutorial-createdb.html Description: I'm new to PostgreSQL and following the getting started guide. I expected it to start from zero, but it assumes the reader already has a

Extra comma in documentation of array_fill

2018-03-25 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/functions-array.html Description: In table 9.49 (https://www.postgresql.org/docs/10/static/functions-array.html#ARRAY-FUNCTIONS-TABLE) there is an extra comma in the syntax for

PostgreSQL user

2018-04-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/server-start.html Description: PostgreSQL user

Correction for 9.6 documentation for OpenBSD

2018-04-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/server-start.html Description: OpenBSD 6.1 i386 PostgreSQL 9.6 In Section 18.3. Starting the Database Server, I did something different from the documentation. Instead of editing

pg_hba.conf requires a list of supported subnets that can be used

2018-03-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/auth-pg-hba-conf.html Description: pg_hba.conf requires a list of supported subnets that can be usedsuch as 0, 12, 16, 20, 24, 32, 64. note that 32 doesn't work as our

Error with pg_hba.conf, trust flags error

2018-03-29 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/auth-pg-hba-conf.html Description: setting pg_hba.conf with any of the example connection securty types, its states that the connection couldn't be use when setting "trust"

coder

2018-03-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/cube.html Description: student

Wrong 'Special local variables PG_' prefix in 'Trigger procedures' section

2018-03-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/plpgsql-trigger.html Description: The documentation (10 and 9.6) contains a typo when mentioning 'Special local variables PG_something'. Instead it should be 'Special local

doc

2018-03-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/tutorial-start.html Description: document

json_populate_* functions have extra undocumented parameter

2018-03-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/functions-json.html Description: The json_populate_record and json_populate_recordset functions have an extra optional undocumented boolean parameter. According to

prog

2018-03-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/tutorial-install.html Description: prog

Extra indentation in first line

2018-02-26 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/textsearch-features.html Description: Hello, In some queries there is an extra indentation. For example: SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');

PostgreSQL

2018-03-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/tutorial-install.html Description: PostgreSQL Ok

type point

2018-10-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.4/static/datatype-geometric.html Description: I think that the information on points should contain a sentence like this: "Order is Longitude, Latitude - so if you plot it as the map, it

CURSOR WITH HOLD does not state the memory/disk implications

2018-10-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-declare.html Description: CURSOR WITH HOLD will consume memory and or disk

The DROP TABLE instruction should have a TEMP option for when a temporary table

2018-10-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.3/static/sql-createtable.html Description: Hi, There is an obvious "issue" with temporary tables. Case description: We have a public table public."myTooImportantTable" Then you have

Documentation for create unique index is insuficient and (because of that) incorrect

2018-10-23 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/static/indexes-unique.html Description: In https://www.postgresql.org/docs/11/static/indexes-unique.html there are omited clausules For example WHERE clausule is omited. In

COPY on partitioned table

2018-10-24 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/static/ddl-partitioning.html Description: "If you want to use COPY to insert data, you'll need to copy into the correct child table rather than directly into the master." What the

ALTER SERVER SYNTAX ISSUE

2018-10-31 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/sql-alterserver.html Description: I found that the alter server statement below does not work: ALTER SERVER foo OPTIONS (host 'foo', dbname 'foodb'); but this does: ALTER SERVER

Tipos de datos enteros

2018-11-01 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/static/datatype.html Description: Por favor, seria posible incluir el tipo de datos TINYINT, Es el tipo de datos numérico más chico dentro del lenguage SQL, y su utilización siendo escasa

Phrasing to consider (non-technical)

2018-10-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/static/datatype-datetime.html Description: On the page for Data Types - DateTime, there is this part of a sentence: "so the same time zone names are also recognized by much other

The 'replication' keyword

2018-11-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/auth-pg-hba-conf.html Description: I've been setting up logical replication today and I had a lot of trouble getting it to work. The main issue I ran into was that I mistakenly had the

Create Table documentation, version 10 - Examples

2018-11-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/sql-createtable.html Description: I feel there should be an example of creating a table with a foreign key, since it is pretty common. Here is a suggestion which follows the established

Add NOTICE about non-NFC-characters and clues for solution

2018-11-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/unaccent.html Description: Seems a bug, because the `select unaccent('Iglésias')` result in accented "iglésias" again... It is correct because length('Iglésias') is 9 instead 8. The

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

2018-11-08 Thread PG Doc comments form
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

Alter table says rewrite is required for default values on 11.

2018-10-09 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/ddl-alter.html Description: https://www.postgresql.org/account/comments/new/11/ddl-alter.html/ indicates that the table needs a rewrite when a column with a default value is

Incorrect description of autovacuum_vacuum_threshold and autovacuum_vacuum_scale_factor

2018-09-27 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/runtime-config-autovacuum.html Description: This page lists the different autovacuum options. Describing autovacuum_vacuum_threshold and autovacuum_vacuum_scale_factor

confusing terms

2018-09-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/role-membership.html Description: https://www.postgresql.org/docs/10/static/role-membership.html it says "Once the group role exists, you can add and remove members using the

K.I.S.S.

2018-09-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/index.html Description: for a beginner, your documentation is hard to follow. nowhere does it discuss how to create a user that have "createdb" and "createrole" privileges. you

  1   2   3   4   5   6   7   8   9   10   >