| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Next from the stream of doc comments, someone points out that if you
read http://www.postgresql.org/docs/current/static/queries-values.html...
Greg Smith
|
Today 11:18 AM
Greg Smith | 0 | 1 |
|  | doc/src/sgml/query.sgml includes a tutorial example with this definition:
CREATE TABLE weather (
....
date date
);
The fact that "date"...
Greg Smith
|
Today 09:19 AM
Greg Smith | 0 | 1 |
|  | While chatting in #pedant today, I noticed that it's not clear that
EXPLAIN (ANALYZE ON, TIMING OFF) will still collect the total runtime of
the...
Greg Smith
|
05-19-2013 09:06 PM
Tom Lane | 1 | 6 |
|  | Hi all,
Someone added a comment to the docs mentioning that an example
attempting to use a well-known panagram is actually not the...
Thom Brown
|
05-16-2013 11:35 AM
Thom Brown | 2 | 15 |
|  | Hi all,
In the 9.3 docs the following columns are...
Thom Brown
|
05-15-2013 10:35 AM
Thom Brown | 1 | 6 |
|  | Hi!
The manual says...
Erwin Brandstetter
|
05-11-2013 11:10 AM
Tom Lane | 6 | 23 |
|  | Currently the docs show various stats on hashes per second and time needed
to find a particular key. Unfortunately since the times are based upon...
Miles Elam
|
05-07-2013 05:47 PM
Miles Elam | 2 | 18 |
|  | The attached patch breaks code-example into two lines.
In the pdf (A4) version this line is truncated by several words, making a tutorial...
Erik Rijkers
|
05-04-2013 04:00 PM
Erik Rijkers | 0 | 16 |
|  | I just noticed that pg_xlogdump uses an underscore in the file name,
pg_xlogdump.sgml, unlike every other extension. Should this be fixed?
--
Bruce...
Bruce Momjian
|
05-03-2013 06:48 PM
Alvaro Herrera | 3 | 15 |
|  | I just noticed from the commit logs that Pavel's name is spelled Pavel
Stěhule. That mark above the e is a caron, and is explained...
Bruce Momjian
|
05-03-2013 01:22 PM
Pavel Stehule | 3 | 10 |
|  | On 05/02/2013 01:56 AM, Andrew Satori wrote:
ereaders get smarter and faster anyway. eReader performance is growing
much, much faster than the Pg...
Craig Ringer
|
05-01-2013 02:28 PM
Josh Berkus | 1 | 11 |
|  | Hello
Here is patch for Erwin Brandstetter RETURN QUERY example
Regards
Pavel Stehule
--
Pavel Stehule
|
04-23-2013 09:51 PM
Peter Eisentraut | 1 | 31 |
|  | Aloha!
Repost, since the first attempt on 03.04.2013 14:31 was before I
subsrcibed to pgsql-docs and doesn't seem to have arrived.
As advised by...
Erwin Brandstetter
|
04-21-2013 09:24 PM
Peter Eisentraut | 1 | 24 |
|  | On this page http://www.postgresql.org/docs/9.2/static/encryption-options.html,
"gbde" is listed as the method for encrypting block devices. ...
Adam Vande More
|
04-18-2013 03:16 PM
Adam Vande More | 0 | 13 |
|  | Hi,
I notice that in the man page and the page for pg_ctl in the
documentation (http://www.postgresql.org/docs/current/static/app-pg-ctl.html)
it...
Thom Brown
|
04-14-2013 09:50 AM
Tom Lane | 6 | 115 |
|  | Hello.
I defined a new type to represent an unsigned int, but when I try do run a
query it complains because it is not quoted and casted to my...
Rodrigo Barboza
|
04-13-2013 12:23 PM
Rodrigo Barboza | 2 | 30 |
|  | Gurjeet Singh <gurjeet (AT) singh (DOT) im> writes:
Sure --- if a backend stalls completely, it will fall out of the
synchronized group. And that's...
Tom Lane
|
04-11-2013 03:07 AM
Gurjeet Singh | 1 | 13 |
|  | If I'm reading the code right , this GUC does not actually *synchronize*
the scans, but instead just makes sure that a new scan starts from a...
Gurjeet Singh
|
04-10-2013 10:39 PM
Gurjeet Singh | 2 | 13 |
|  | Hi list,
I was checking out the new JSON features coming in 9.3, really cool stuff!
I noticed a small discrepancy in the documentation,...
Marti Raudsepp
|
04-10-2013 08:23 AM
Andrew Dunstan | 1 | 18 |
|  | Since OpenSolaris was yanked from the net, the DTrace link in our
documentation points to approximately nowhere. I propose the attached
patch with a...
Peter Eisentraut
|
04-10-2013 04:04 AM
Magnus Hagander | 2 | 12 |
|  | If you search through recent 9.2 or 9.3dev PDFs for the string "??"
you should find ten occurrences. Other than the first instance in
Chapter 9, the...
Josh Kupershmidt
|
03-29-2013 05:25 PM
Josh Kupershmidt | 2 | 39 |
|  | Hi,
- http://www.postgresql.org/docs/9.2/static/sql-copy.html,
- http://www.postgresql.org/docs/9.1/static/sql-copy.html and
-...
Mario Duhanic
|
03-20-2013 09:01 AM
Mario Duhanic | 5 | 29 |
|  | 2PC state files actually are protected by CRC32 (see EndPrepare()), and
so is pg_control (which is not mentioned).
If we want to be thorough, it...
Jeff Davis
|
03-19-2013 02:59 AM
Simon Riggs | 1 | 22 |
|  | Hi,
ALTER TABLE in postgresql.org/docs/devel/ says:
RESTRICT: Refuse to drop the column or constraint if there are any
dependent objects. This is...
robins
|
03-13-2013 04:41 PM
Bruce Momjian | 3 | 55 |
|  | Hi,
ALTER TABLE in postgresql.org/docs/devel/ says:
RESTRICT: Refuse to drop the column or constraint if there are any
dependent objects. This is...
Robins
|
03-11-2013 10:21 PM
Robins | 0 | 25 |
|  | Hi, PG,
In "18.5.2. Checkpoints" (
http://www.postgresql.org/docs/9.2/static/runtime-config-wal.html#RUNTIME-CONFIG-WAL-CHECKPOINTS),
the relation...
Tianyin Xu
|
03-10-2013 03:17 PM
Peter Eisentraut | 1 | 42 |
|  | I found this sentence somewhat confusing:
"It is possible for a column's value to change even when the trigger
is not...
Ian Lawrence Barwick
|
03-08-2013 02:33 PM
Robert Haas | 1 | 38 |
|  | On Thu, Feb 21, 2013 at 6:39 PM, Robert Haas <robertmhaas (AT) gmail (DOT) com> wrote:
Not reopening the actual discussion about rmeoving it, but...
Magnus Hagander
|
03-08-2013 11:20 AM
Bruce Momjian | 5 | 35 |
|  | Hi,
has anyone noted that the structure of the pg_buffercache view in the
docs has relforknumber and relblocknumber swaped.
also, should we add a...
Jaime Casanova
|
03-06-2013 04:55 PM
Jaime Casanova | 0 | 17 |
|  | Hello,
I have translated into Russian first two parts of the PostgreSQL
documentation and want to publish my work.
Can I create app for Google Play...
Alexander Law
|
03-05-2013 10:00 PM
Alexander Law | 4 | 29 |
|  | Hi, I have two questions about the documentation.
1. In section "44.3 The Parser Stage", it is said that the file scan.l is
responsible for...
Tiago Barabasz
|
03-04-2013 05:46 PM
Tiago Barabasz | 0 | 16 |
|  | Here:
http://www.postgresql.org/docs/9.2/static/datatype-numeric.html
smallint 2 bytes small-range integer -32768 to +32767
integer 4 bytes...
Lyle
|
03-03-2013 07:59 AM
Peter Eisentraut | 1 | 32 |
|  | Hi all,
Attached are two small patches to fix some awkward phrasing in
pg_basebackup.sgml and docguide.sgml.
Josh
--
Sent via pgsql-docs mailing...
Josh Kupershmidt
|
03-03-2013 07:56 AM
Peter Eisentraut | 1 | 18 |
|  | Le 30/11/2011 16:31, Tom Lane a écrit :
I have grep'ed the NetBSD source tree, and the System V compatible IPC
subsystem is compiled by default on...
Emmanuel Kasper
|
02-24-2013 05:55 PM
Peter Eisentraut | 1 | 66 |
|  | Hello,
the compatibility section of the "create trigger" page
(http://www.postgresql.org/docs/devel/static/sql-createtrigger.html)
claims that a...
Louis-Claude Canon
|
02-22-2013 11:30 PM
Peter Eisentraut | 4 | 36 |
|  | Hi
I'm not sure if this is a documentation or hackers issue, but the
documentation page for contrib module "xml2" refers to PostgreSQL 8.4 in
the...
Ian Lawrence Barwick
|
02-21-2013 11:39 AM
Robert Haas | 1 | 31 |
|  | Hello
The default number of semaphores sets of NetBSD ist too low for Postgres
(tested on 9.1)
I would suggest replacing the sentence:
In NetBSD...
Emmanuel Kasper
|
02-20-2013 10:42 AM
Emmanuel Kasper | 0 | 21 |
|  | This documentation page:
http://www.postgresql.org/docs/current/static/lo-examplesect.html
contains a hardcoded copy of...
Josh Kupershmidt
|
02-14-2013 08:30 PM
Peter Eisentraut | 4 | 54 |
|  | I've noticed that the documentation for PostgreSQL comes in two formats:
HTML and PDF. This is great if you have a full sized screen and an
internet...
Edward Hooper
|
02-13-2013 10:15 PM
Peter Eisentraut | 12 | 53 |
|  | On the doc page for ALTER VIEW . . .
In the discussion about SET/DROP DEFAULT,
I am thinking that should be mentioned in addition to .
"A default...
Sahagian, David
|
02-09-2013 10:44 AM
Tom Lane | 2 | 55 |
|  | The installation instructions in the devel branch
http://www.postgresql.org/docs/devel/static/install-getsource.html
contain a direct link to the...
Peter Eisentraut
|
02-05-2013 12:44 AM
Magnus Hagander | 1 | 36 |
|  | On Wed, Jan 9, 2013 at 8:56 PM, Tom Lane <tgl (AT) sss (DOT) pgh.pa.us> wrote:
IMHO, schemata should follow the standard as it does today. ...
Casey Allen Shobe
|
01-31-2013 02:49 PM
Peter Eisentraut | 1 | 38 |
|  | On Tue, Oct 2, 2012 at 05:36:28PM -0700, Tianyin Xu wrote:
Docs updated for PG 9.3 with the attached patch.
--
Bruce Momjian <bruce (AT) momjian...
Bruce Momjian
|
01-25-2013 02:54 PM
Bruce Momjian | 0 | 43 |
|  | On Thu, Sep 20, 2012 at 06:17:15PM +0200, Alan B wrote:
I had a look at this just now, and you are right that it is very
confusing. I couldn't even...
Bruce Momjian
|
01-25-2013 12:46 PM
Bruce Momjian | 4 | 33 |
|  | Hi list,
Hope this is the right place to suggest that change in the docs, otherwise
is there a ticket management system for this stuff...
Alan B
|
01-25-2013 12:43 PM
Tom Lane | 4 | 28 |
|  | I found the term "foreign data server" in file_fdw document. It doesn't
sound so strange, but "foreign server" or "server" (when context is
clear)...
Shigeru HANADA
|
01-25-2013 09:15 AM
Bruce Momjian | 1 | 29 |
|  | I think there is at least one confusing documentation leftover from
the 9.0 days...
Josh Kupershmidt
|
01-20-2013 09:13 AM
Magnus Hagander | 4 | 31 |
|  | Hi All,
I'm really not having any luck finding these on postgresql.org or
enterprisedb.com
Lyle
--
Sent via pgsql-docs mailing list (pgsql-docs...
Lyle
|
01-20-2013 01:05 AM
Hidvégi Gábor | 3 | 27 |
|  | Hi all,
This libpq page:
http://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQRESULTSTATUS
has claimed since at least the 7.x...
Josh Kupershmidt
|
01-18-2013 09:40 PM
Peter Eisentraut | 1 | 30 |
|  | 2013/1/15 Tom Lane <tgl (AT) sss (DOT) pgh.pa.us>:
My original assumption here was that the documentation was in need of
clarification. On the...
Ian Lawrence Barwick
|
01-16-2013 05:27 PM
Ian Lawrence Barwick | 0 | 29 |