Search Discussions
-
The documentation says: The view schemata contains all schemas in the current database that are owned by a currently enabled role. ( http://www.postgresql.org/docs/9.2/static/infoschema-schemata.html ...
Ian Lawrence Barwick
Jan 10, 2013 at 12:35 am
Jan 10, 2013 at 1:56 am -
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 connection. But what if you have a device that ...
Edward Hooper
Jan 9, 2013 at 7:13 pm
Jan 11, 2013 at 4:17 am -
This documentation page: http://www.postgresql.org/docs/current/static/lo-examplesect.html contains a hardcoded copy of ./src/test/examples/testlo.c, and it seems like this version hasn't been ...
Josh Kupershmidt
Jan 5, 2013 at 2:27 am
Jan 6, 2013 at 10:33 am -
You might want to read this page: http://www.postgresql.org/docs/9.2/static/storage-toast.html Note that there is seldom a good reason to use char(n) in PostgreSQL for any value of n. As the page you ...
Kevin Grittner
Jan 4, 2013 at 8:12 pm
Jan 4, 2013 at 8:12 pm -
On the doc page for ALTER VIEW . . . In the discussion about SET/DROP DEFAULT, I am thinking that [instead-of insert trigger] should be mentioned in addition to [ON INSERT rule]. "A default value ...
Sahagian, David
Jan 2, 2013 at 4:58 pm
Jan 2, 2013 at 4:58 pm -
Hi, Here: http://www.postgresql.org/docs/9.2/interactive/datatype-character.html There isn't really clear guidance on ranges and limits. All we have to go on is this paragraph: =start The storage ...
Lyle
Dec 30, 2012 at 3:02 pm
Dec 30, 2012 at 3:02 pm -
To index pattern matching, you can use the _pattern_ops operator classes, or you can set the column collation in the index to "C". The latter option doesn't appear to be documented (unless you read ...
Peter Eisentraut
Dec 24, 2012 at 2:45 pm
Dec 27, 2012 at 4:39 pm -
In GiST indexes, storing nodes larger than an index page is apparently not allowed. This prohibits, for example, storing 600 entry float8 arrays in the index. For SP-GiST in PostgreSQL 9.2, it was ...
Morten Hustveit
Dec 22, 2012 at 1:59 pm
Dec 22, 2012 at 1:59 pm -
I think that "GetForeignTableColumnOptions" should be "GetForeignColumnOptions" in the documentation page below. In the source code of 9.2.2, GetForeignColumnOptions is used ...
Metin Döşlü
Dec 18, 2012 at 10:12 am
Dec 22, 2012 at 7:54 pm -
Hi! It's very sorry to disrupted you, but could you help me? I am a programmer, and i want to use Postgresql 9.2.2 to store my applications' data. I had to build a trigger wich based on Database ...
劉維毅
Dec 14, 2012 at 4:05 am
Dec 17, 2012 at 2:06 pm -
Applied, thanks for catching it. regards, tom lane
Tom Lane
Dec 3, 2012 at 4:10 pm
Dec 3, 2012 at 4:10 pm -
Hi, I found that the manual page for pg_buffercache module explains "usagecount" as "Page LRU count". http://www.postgresql.org/docs/devel/static/pgbuffercache.html However, AFAIK, "usagecount" is ...
Satoshi Nagayasu
Nov 24, 2012 at 2:58 am
Nov 24, 2012 at 2:58 am -
Based on Jürgen Fuchsberger's experience described on the general list, I think the following should have been back-patched to 8.4 and 8.3 (assuming it gets a minor update before it EOL) as well, not ...
Jeff Janes
Nov 21, 2012 at 6:09 pm
Nov 26, 2012 at 10:37 pm -
The ability to refer to the collection of old and new rows (transition table) as OLD TABLE and NEW TABLE for statement-level trigger is missing from the SQL:2011 standard. --- ...
Louis-Claude Canon
Nov 14, 2012 at 9:02 pm
Nov 14, 2012 at 9:02 pm -
I'm not sure if this is worth documenting, but pg_dumping mixed-case tables with the '-t table' option appears to not be accurately documented for cmd.exe. Here are my four attempts, with only the ...
Mike Toews
Nov 13, 2012 at 1:45 am
Nov 14, 2012 at 3:49 am -
Hello, the compatibility section of the "create trigger" page (http://www.postgresql.org/docs/devel/static/sql-createtrigger.html) claims that a missing functionality is the ability to define aliases ...
Louis-Claude Canon
Nov 11, 2012 at 8:53 pm
Nov 14, 2012 at 9:19 pm -
I think there is at least[4] one confusing documentation leftover from the 9.0 days at: http://www.postgresql.org/docs/devel/static/warm-standby.html First, we claim: This unqualified statement, ...
Josh Kupershmidt
Nov 9, 2012 at 2:56 am
Jan 5, 2013 at 6:27 pm -
CREATE TABLE employ_presence ( p_id character(6) not null, p_month character(3) NOT NULL, statuscode integer array[7], CONSTRAINT unq_employ_presence UNIQUE (p_id, p_month), CONSTRAINT ...
Nikolaos Ikonomopoulos
Nov 3, 2012 at 9:43 am
Nov 4, 2012 at 5:33 pm -
On the SELECT manual-page synopsis, http://www.postgresql.org/docs/devel/static/sql-select.html the LATERAL feature is documented in three sparate lines (the are separate, right?). Because of their ...
Erik Rijkers
Oct 27, 2012 at 3:54 pm
Oct 27, 2012 at 5:56 pm -
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 days: UPDATE, etc.) However, as of 8.2 we support the ...
Josh Kupershmidt
Oct 26, 2012 at 11:58 pm
Oct 26, 2012 at 11:58 pm -
Hi, I found the old information about -l option of pg_resetxlog in its document. In HEAD, what -l option of pg_resetxlog allows to be set is a WAL file name. So 'timelineid,fileid,seg' part should be ...
Fujii Masao
Oct 24, 2012 at 2:54 pm
Jan 1, 2013 at 3:17 pm -
A few ways in which the formatting could be improved : a) Not so much space between the bottom of the text and the page number. The page number could in fact go at the top with the chapter name. As ...
Andre Majorel
Oct 11, 2012 at 2:28 pm
Nov 2, 2012 at 4:28 pm -
Hi, In alter_tablespace.sgml, tablespace option is called in two ways, tablespace_option and tablespace_parameter. We should unify them. The attached patch replaces tablespace_parameter with ...
Fujii Masao
Oct 8, 2012 at 11:45 pm
Oct 9, 2012 at 7:31 am -
The CREATE SCHEMA reference page says "Only superusers can create schemas owned by users other than themselves". ISTM this is incorrect, or at least not the whole truth, because the test that is ...
Tom Lane
Oct 4, 2012 at 3:14 am
Oct 4, 2012 at 3:14 am -
Hi, pgsql-docs, I was confused by the system behavior of PG's write ahead log, specifically the relation between commit_delay, commit_siblings, and fsync. Basically according to the manual ( ...
Tianyin Xu
Oct 3, 2012 at 12:36 am
Oct 28, 2012 at 1:16 am -
On page http://www.postgresql.org/docs/9.1/interactive/server-start.html was published a wrong startup script for automatic starting PostgeSQL during boot under OpenBSD. Here is a working one which ...
Denis Lapshin
Sep 25, 2012 at 6:37 am
Sep 25, 2012 at 5:41 pm -
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 somewhere? Paying attention to the documentation at ...
Alan B
Sep 20, 2012 at 4:17 pm
Sep 20, 2012 at 4:17 pm -
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) are used for same meaning in other places, so users ...
Shigeru HANADA
Sep 19, 2012 at 11:06 am
Sep 19, 2012 at 11:06 am -
Hi, I'm using postgresql 9.1 as my database server on a linux server that has 8 GB of RAM. After I changed the shared_buffers parameter to 2GB, I get the following error when I try to start ...
Data tanger
Sep 18, 2012 at 2:00 pm
Sep 18, 2012 at 6:09 pm -
Neither; it specifies to search the table and its inheritance children, ie, the opposite of ONLY. This has been the default behavior (unless you change the setting of sql_inheritance) for many years, ...
Tom Lane
Sep 17, 2012 at 3:58 am
Sep 26, 2012 at 3:42 pm -
Is this documented anywhere? I couldn't find it. If not, which section would be the best one to add it to? Cheers, Jeff
Jeff Janes
Sep 16, 2012 at 9:39 pm
Sep 26, 2012 at 3:52 pm -
Hello, I believe there is some info missing in the page describing libpq programs build: http://www.postgresql.org/docs/9.2/interactive/libpq-build.html I am working with PostgreSQL for several years ...
Sebastien FLAESCH
Sep 12, 2012 at 3:20 pm
Sep 14, 2012 at 9:42 am -
I noticed a typo in the description of the column domains.collation_name. This view contains domain entries, so "Name of the collation of the domain" would be correct. -- Shigeru HANADA
Shigeru HANADA
Sep 5, 2012 at 10:52 am
Sep 6, 2012 at 3:38 am -
A few observations here. Want to get feedback before considering proposing a documentation update here. The first is that the only example given for table inheritance is a set/subset model, and the ...
Chris Travers
Aug 23, 2012 at 6:40 am
Aug 23, 2012 at 4:06 pm -
I just had a discussion with someone off-list, where he was looking at the documentation page of a contrib module at www.postgresql.org/docs. Looking at the page, he came to the conclusion that the ...
Heikki Linnakangas
Aug 14, 2012 at 10:32 am
Aug 15, 2012 at 1:06 am -
Hi all; I would like to contribute a "What is an Object Relational database?" section to the documentation for 9.3. Where is the best place to start tools and community-process-wise? My thinking is ...
Chris Travers
Aug 13, 2012 at 10:41 am
Aug 21, 2012 at 4:19 pm -
Hello, I've just stumbled on the issue mentioned in this thread, which is not fixed in 9.1. To my knowledge the box @ point index limitation is not described anywhere in the docs (which has costed me ...
Daniele Varrazzo
Aug 11, 2012 at 3:12 pm
Aug 14, 2012 at 5:41 pm -
Where the SQL COPY command warns us not to confuse it with \copy, a link to \copy would be useful. The attached patch implements that, but I'm not sure it does so in the preferred way. Thanks, Jeff
Jeff Janes
Aug 10, 2012 at 8:54 pm
Aug 11, 2012 at 5:49 pm -
Hello, Pgsql-docs. Seems like there is no search in devel branch of the docs, right? Example: http://www.postgresql.org/search/?u=%2Fdocs%2Fdevel%2F&q=smallserial -- With best wishes, Pavel ...
Pavel Golub
Jul 11, 2012 at 8:13 am
Jul 11, 2012 at 5:02 pm -
I noticed this little snippet claiming to be output on FreeBSD in pgtesttiming.sgml: <screen dmesg | grep "Timecounter" sysctl kern.timecounter.hardware=TSC </screen First, grep is case-sensitive by ...
Josh Kupershmidt
Jul 6, 2012 at 8:21 pm
Aug 30, 2012 at 10:38 pm -
patch attached. gabrielle
Gabrielle
Jul 3, 2012 at 11:51 pm
Jul 4, 2012 at 7:12 am -
A documentation comment came in recently about ssl-tcp.html not specifying what format is expected for the CRL file. Seems like something that could be described better now that I look at it, so I'm ...
Greg Smith
Jul 3, 2012 at 12:30 am
Jul 3, 2012 at 7:21 pm -
Hi all, In the "Notes" section[0] of the postgres command's page, this advice is given: I think now that we've added pg_terminate_backend() and made it callable by non-superusers, we should relax the ...
Josh Kupershmidt
Jun 30, 2012 at 3:11 am
Aug 30, 2012 at 9:58 pm -
Folks, Way it is now: =============== max_locks_per_transaction (integer) The shared lock table tracks locks on max_locks_per_transaction * (max_connections + max_prepared_transactions) objects ...
Josh Berkus
Jun 15, 2012 at 6:05 pm
Aug 30, 2012 at 8:56 pm -
Hello, 1, I've been playing with PostgreSQL on OpenBSD (5.1), and I found the startup script described on http://www.postgresql.org/docs/9.1/interactive/server-start.html not working, "su" is ...
Hidvégi Gábor
Jun 2, 2012 at 2:47 pm
Jun 3, 2012 at 3:31 pm -
Hi, I attach a proposed change to the docs which points out that if the size of track_activity_query_size is changed and the is server restarted, it won't have any effect if query statistics are ...
Thom Brown
May 24, 2012 at 12:17 pm
May 24, 2012 at 2:44 pm -
Hello, I find that 2 informations on vacuum are quite hard to find in the doc: - "log_autovacuum_min_duration" is not listed in "What to log" ( ...
Marc Mamin
May 22, 2012 at 8:57 am
Aug 30, 2012 at 6:45 pm -
Hi all, The reference page for ALTER TABLE[1] correctly has the synopsis: CLUSTER ON <replaceable class="PARAMETER" index_name</replaceable but later leaves off the "ON" keyword: <term <literal ...
Josh Kupershmidt
May 21, 2012 at 2:13 am
Aug 30, 2012 at 1:41 pm -
I'm updating the SQL key word list in the appendix. Since there is now SQL:2011, this should be included in the table. But we're running out of horizontal space. We currently have Key word | ...
Peter Eisentraut
May 19, 2012 at 6:01 pm
May 21, 2012 at 1:19 pm -
I installed PostgreSQL without using "-enable-debug". Now I would like to modify some files. Do I need to re-install PostgreSQL with "-enable-debug". I would be grateful if you let me know whether I ...
Febin jacob
May 18, 2012 at 6:13 am
May 18, 2012 at 1:32 pm
Group Overview
group | pgsql-docs |
categories | postgresql |
discussions | 2,206 |
posts | 8,403 |
users | 1,102 |
website | postgresql.org... |
irc | #postgresql |
Top users
Archives
- January 2013 (23)
- December 2012 (12)
- November 2012 (23)
- October 2012 (12)
- September 2012 (27)
- August 2012 (58)
- July 2012 (19)
- June 2012 (15)
- May 2012 (36)
- April 2012 (69)
- March 2012 (55)
- February 2012 (15)
- January 2012 (33)
- December 2011 (45)
- November 2011 (31)
- October 2011 (75)
- September 2011 (80)
- August 2011 (30)
- July 2011 (23)
- June 2011 (94)
- May 2011 (98)
- April 2011 (104)
- March 2011 (138)
- February 2011 (85)
- January 2011 (56)
- December 2010 (56)
- November 2010 (38)
- October 2010 (57)
- September 2010 (151)
- August 2010 (166)
- July 2010 (169)
- June 2010 (87)
- May 2010 (71)
- April 2010 (104)
- March 2010 (28)
- February 2010 (49)
- January 2010 (19)
- December 2009 (3)
- November 2009 (13)
- October 2009 (10)
- September 2009 (16)
- August 2009 (37)
- July 2009 (22)
- June 2009 (15)
- May 2009 (20)
- April 2009 (74)
- March 2009 (29)
- February 2009 (12)
- January 2009 (10)
- December 2008 (29)
- November 2008 (22)
- October 2008 (3)
- September 2008 (21)
- August 2008 (21)
- July 2008 (9)
- June 2008 (14)
- May 2008 (31)
- April 2008 (26)
- March 2008 (48)
- February 2008 (24)
- January 2008 (59)
- December 2007 (61)
- November 2007 (135)
- October 2007 (112)
- September 2007 (23)
- August 2007 (51)
- July 2007 (20)
- June 2007 (38)
- May 2007 (60)
- April 2007 (33)
- March 2007 (25)
- February 2007 (39)
- January 2007 (36)
- December 2006 (174)
- November 2006 (88)
- October 2006 (113)
- September 2006 (34)
- August 2006 (73)
- July 2006 (24)
- June 2006 (7)
- May 2006 (56)
- April 2006 (28)
- March 2006 (42)
- February 2006 (17)
- January 2006 (50)
- December 2005 (42)
- November 2005 (39)
- October 2005 (62)
- September 2005 (59)
- August 2005 (25)
- July 2005 (36)
- June 2005 (34)
- May 2005 (129)
- April 2005 (34)
- March 2005 (33)
- February 2005 (63)
- January 2005 (75)
- December 2004 (63)
- November 2004 (61)
- October 2004 (65)
- September 2004 (51)
- August 2004 (59)
- July 2004 (50)
- June 2004 (12)
- May 2004 (23)
- April 2004 (31)
- March 2004 (54)
- February 2004 (35)
- January 2004 (39)
- December 2003 (54)
- November 2003 (85)
- October 2003 (58)
- September 2003 (64)
- August 2003 (95)
- July 2003 (12)
- June 2003 (61)
- May 2003 (16)
- April 2003 (47)
- March 2003 (44)
- February 2003 (44)
- January 2003 (34)
- December 2002 (27)
- November 2002 (49)
- October 2002 (30)
- September 2002 (48)
- August 2002 (27)
- July 2002 (13)
- June 2002 (30)
- May 2002 (20)
- April 2002 (32)
- March 2002 (43)
- February 2002 (54)
- January 2002 (29)
- December 2001 (18)
- November 2001 (107)
- October 2001 (55)
- September 2001 (82)
- August 2001 (41)
- July 2001 (37)
- June 2001 (56)
- May 2001 (116)
- April 2001 (108)
- March 2001 (138)
- February 2001 (179)
- January 2001 (119)
- December 2000 (87)
- November 2000 (43)
- October 2000 (37)
- September 2000 (29)
- August 2000 (24)
- July 2000 (39)
- June 2000 (28)
- May 2000 (51)
- April 2000 (101)
- March 2000 (10)
- February 2000 (12)
- January 2000 (17)
- December 1999 (9)
- November 1999 (37)
- October 1999 (98)
- September 1999 (31)
- August 1999 (37)
- July 1999 (34)
- June 1999 (88)
- May 1999 (33)
- April 1999 (25)
- March 1999 (26)
- February 1999 (34)
- January 1999 (83)
- December 1998 (1)