[DOCS] Log rotation note

2017-08-17 Thread Thom Brown
Hi, I'd like to suggest inserting a note in the docs, around log_rotation_age and log_rotation_size, that will explain why the logs might not rotate sometimes. Something along the lines of: "Note: If, at the time log rotation is due, the new name of the log file is identical to the previous one,

Re: [DOCS] Possible documentation error on pg_catalog.pg_timezone_abbrevs

2017-08-02 Thread Thom Brown
On 2 August 2017 at 23:03, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/view-pg-timezone-names.html > Description: > > With regard to documentation page: > > https://www.postgresql.org/docs/current/static/view-pg

Re: [DOCS] Typo in ddl.sgml

2015-04-20 Thread Thom Brown
On 20 April 2015 at 10:26, Amit Langote wrote: > Hi, > > s/inheiritance/inheritance/g Looks like it's misspelled in a few places: $ grep -r 'inheiritance' . ./src/test/regress/expected/updatable_views.out:-- security barrier view based on inheiritance set ./src/test/regress/sql/updatable_views.s

[DOCS] Aggregate expression syntax

2015-01-20 Thread Thom Brown
Hi all, Looking at the syntax for aggregate expressions in the docs, it seems the first three forms could perhaps be merged since the ALL and DISTINCT keywords are effectively optional. Currently: aggregate_name (expression [ , ... ] [ order_by_clause ] ) [ FILTER ( WHERE filter_clause ) ] aggre

Re: [DOCS] 9.3 missing system catalog columns and views

2013-05-31 Thread Thom Brown
On 15 May 2013 16:35, Thom Brown wrote: > On 15 May 2013 16:25, Thom Brown wrote: >> Hi all, >> >> In the 9.3 docs the following columns are missing: >> >> pg_class.relispopulated >> pg_class.relminmxid >> pg_database.datminmxid >> pg_i

Re: [DOCS] Non-holoalphabetic sentence in docs

2013-05-16 Thread Thom Brown
On 16 May 2013 17:33, Tom Lane wrote: > Thom Brown writes: >> Someone added a comment to the docs mentioning that an example >> attempting to use a well-known panagram is actually not the intended >> panagram. They also point out that this isn't important, but it

[DOCS] Non-holoalphabetic sentence in docs

2013-05-16 Thread Thom Brown
Hi all, Someone added a comment to the docs mentioning that an example attempting to use a well-known panagram is actually not the intended panagram. They also point out that this isn't important, but it's still probably wrong. It appears here: http://www.postgresql.org/docs/9.2/static/functions

Re: [DOCS] 9.3 missing system catalog columns and views

2013-05-15 Thread Thom Brown
On 15 May 2013 16:25, Thom Brown wrote: > Hi all, > > In the 9.3 docs the following columns are missing: > > pg_class.relispopulated > pg_class.relminmxid > pg_database.datminmxid > pg_index.indislive > > There's also no mention of the pg_event_trigger or pg_mat

[DOCS] 9.3 missing system catalog columns and views

2013-05-15 Thread Thom Brown
Hi all, In the 9.3 docs the following columns are missing: pg_class.relispopulated pg_class.relminmxid pg_database.datminmxid pg_index.indislive There's also no mention of the pg_event_trigger or pg_matviews views. Thanks Thom -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)

Re: [DOCS] PGDATA confusion

2013-04-14 Thread Thom Brown
On 16 August 2012 08:30, Thom Brown wrote: > On 16 August 2012 04:00, Bruce Momjian wrote: >> On Fri, Nov 4, 2011 at 12:32:13PM -0400, Bruce Momjian wrote: >>> Thom Brown wrote: >>> > > So if one set PGDATA to somewhere which had no database files at all, >

Re: [DOCS] PGDATA confusion

2012-08-16 Thread Thom Brown
On 16 August 2012 04:00, Bruce Momjian wrote: > On Fri, Nov 4, 2011 at 12:32:13PM -0400, Bruce Momjian wrote: >> Thom Brown wrote: >> > > So if one set PGDATA to somewhere which had no database files at all, >> > > but just postgresql.conf, it could still work

Re: [DOCS] Foreign server version and type

2012-08-15 Thread Thom Brown
On 15 August 2012 16:47, Bruce Momjian wrote: > On Mon, Aug 15, 2011 at 08:36:36PM +0300, Heikki Linnakangas wrote: >> On 15.08.2011 19:58, Thom Brown wrote: >> >I'm looking at the CREATE SERVER page on the documentation ( >> >http://www.postgresql.org/docs/9.1/s

Re: [DOCS] track_activity_query_size note

2012-05-24 Thread Thom Brown
On 24 May 2012 15:19, Tom Lane wrote: > Magnus Hagander writes: >> On Thu, May 24, 2012 at 2:59 PM, Thom Brown wrote: >>>> 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

Re: [DOCS] track_activity_query_size note

2012-05-24 Thread Thom Brown
On 24 May 2012 13:54, Magnus Hagander wrote: > On Thu, May 24, 2012 at 2:49 PM, Thom Brown wrote: >> On 24 May 2012 13:39, Magnus Hagander wrote: >>> On Thu, May 24, 2012 at 2:16 PM, Thom Brown wrote: >>>> Hi, >>>> >>>> I attach a pr

Re: [DOCS] track_activity_query_size note

2012-05-24 Thread Thom Brown
On 24 May 2012 13:39, Magnus Hagander wrote: > On Thu, May 24, 2012 at 2:16 PM, Thom Brown wrote: >> 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,

[DOCS] track_activity_query_size note

2012-05-24 Thread Thom Brown
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 already present. Thanks Thom track_activity_query_size_note.patch Description: Binary data -- Sen

[DOCS] Invalid example paths

2012-04-16 Thread Thom Brown
Hi, I've noticed that in the documentation there are path names that contain '...'. On the pg_standby documentation page (http://www.postgresql.org/docs/9.1/static/pgstandby.html#AEN135991) the examples for both Linux and Windows use three dots in the relative path name in archive_command, and ar

[DOCS] Doc typos

2012-04-12 Thread Thom Brown
Hi, Please find attached a few doc typo fixes. Regards Thom new_doc_fixes.patch Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] No such thing as pl/py?

2012-04-09 Thread Thom Brown
On 9 April 2012 23:17, Kevin Grittner wrote: > Thom Brown wrote: > >> I noticed that "pl/py" is listed on the procedural languages page >> under external projects, and upon following the link, I can't see > any >> mention of a procedural language. > &

[DOCS] Remove duplicate words

2012-04-09 Thread Thom Brown
Hi, Attached is a patch to remove some duplicate words from the docs. Thanks Thom doc_fixes.patch Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] No such thing as pl/py?

2012-04-09 Thread Thom Brown
Hi, I noticed that "pl/py" is listed on the procedural languages page under external projects, and upon following the link, I can't see any mention of a procedural language. (link: http://www.postgresql.org/docs/9.1/static/external-pl.html) Was this added in error? -- Thom -- Sent via pgsql-d

[DOCS] Discouraging new projects from pgFoundry

2012-04-09 Thread Thom Brown
Hi, Here's an extract from our docs: "If you have a PostgreSQL-related open source project that you would like to have hosted at PgFoundry, please feel free to create a new project there." Link: http://www.postgresql.org/docs/9.1/static/external-projects.html -- Thom -- Sent via pgsql-docs ma

Re: [DOCS] ODBCng

2012-04-08 Thread Thom Brown
2012/4/9 Heikki Linnakangas : > On 06.04.2012 23:02, Devrim GÜNDÜZ wrote: >> >> On Fri, 2012-04-06 at 20:15 +0100, Thom Brown wrote: >>> >>> >>> The docs refer to ODBCng >>> (http://www.postgresql.org/docs/current/static/external-interface

[DOCS] pgtclng URL fix

2012-04-06 Thread Thom Brown
Hi, Attached is a patch to correct the URL of the pgtclng project. Thom pgtcl_url_fix.patch Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

[DOCS] ODBCng

2012-04-06 Thread Thom Brown
Hi, The docs refer to ODBCng (http://www.postgresql.org/docs/current/static/external-interfaces.html) and provide the website URL of http://projects.commandprompt.com/public/odbcng/ This returns a 404. Is this being maintained at all, or should it be removed? Thom -- Sent via pgsql-docs maili

[DOCS] SQL standard for TRUNCATE

2011-11-14 Thread Thom Brown
ENTITY and CONTINUE IDENTITY, which will apply to sequences, and those are equivalent. If it's going to say F202 is unsupported, shouldn't there at least be a note acknowledging this feature is supported for sequences, but otherwise it doesn't apply? Some attempt to implement this has b

Re: [DOCS] PGDATA confusion

2011-10-31 Thread Thom Brown
On 15 October 2011 03:24, Thom Brown wrote: > 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 states that the -D parameter should point to the directory which > contains

Re: [DOCS] Link to PAM pages broken

2011-10-28 Thread Thom Brown
On 29 October 2011 02:04, Thom Brown wrote: > On 28 October 2011 23:29, Tom Lane wrote: >> Robert Haas writes: >>>> No response from kernel.org and the link still doesn't work, so we >>>> still have 2 broken links. >> >> Is it unreasonable t

Re: [DOCS] Link to PAM pages broken

2011-10-28 Thread Thom Brown
have either been relocated to a secret uncrawlable location, or it's been deleted. They did exist at least until June this year (http://web.archive.org/web/20110604010813/http://www.sun.com/software/solaris/pam/) but have since been purged for some unknown reason. -- Thom Brown Twitter:

Re: [DOCS] Link to PAM pages broken

2011-10-20 Thread Thom Brown
On 10 October 2011 19:15, Thom Brown wrote: > On 10 October 2011 17:52, Thom Brown wrote: >> Hi all, >> >> I notice that the links to both the Linux PAM page and Solaris PAM >> page are broken in our documentation.  The bottom of the >> http://www.postgr

[DOCS] PGDATA confusion

2011-10-14 Thread Thom Brown
which also don't adequately describe PGDATA or -D. Any disagreements? If not, should I write a patch (since someone will probably accuse me of volunteering anyway) or would someone like to commit some adjustments? -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered

[DOCS] Typo on dummy_seclabel page

2011-10-13 Thread Thom Brown
Hi, Attached is a patch to correct a typo on the dummy_seclabel page. It incorrectly gives the example: shared_preload_libraries = 'dummy_label' when it should be: shared_preload_libraries = 'dummy_seclabel' -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion R

Re: [DOCS] Link to PAM pages broken

2011-10-10 Thread Thom Brown
On 10 October 2011 17:52, Thom Brown wrote: > Hi all, > > I notice that the links to both the Linux PAM page and Solaris PAM > page are broken in our documentation.  The bottom of the > http://www.postgresql.org/docs/current/static/auth-methods.html page > points to http://

[DOCS] Link to PAM pages broken

2011-10-10 Thread Thom Brown
/. The former is broken, the latter redirects to some generic Oracle page. I can't find a suitable candidates for substitution. I found http://linux.die.net/man/8/pam.d and http://dsc.sun.com/solaris/articles/user_auth_solaris3.html but nothing to directly replace them. Any ideas? -- Thom

[DOCS] Foreign server version and type

2011-08-15 Thread Thom Brown
nce of these options? They have been in the docs since the CREATE SERVER syntax was introduced in 8.4. Thanks -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: [DOCS] Functions example results incorrect

2011-07-07 Thread Thom Brown
going to add this: > >   >     >     The sample results shown on this page assume that the server parameter >     bytea_output is set >     to escape (the traditional PostgreSQL format). >     >   Sounds good to me. Thanks. -- Thom Brown Twitter: @darkixion IRC (freenode):

Re: [DOCS] Functions example results incorrect

2011-07-01 Thread Thom Brown
On 1 July 2011 19:17, Tom Lane wrote: > Thom Brown writes: >> It says that exp(1.0) yields 2.71828182845905. > > exp(1.0) invokes numeric exp() these days, but when the examples were > written, it would have invoked float8 exp().  At least on my machine, > float8 does g

Re: [DOCS] Geometric function example results

2011-07-01 Thread Thom Brown
On 1 July 2011 19:19, Tom Lane wrote: > Thom Brown writes: >> I noticed that there are no example outputs shown on the geometric >> functions page >> (http://www.postgresql.org/docs/9.0/static/functions-geometry.html). >>  So I've attached a patch which adds

Re: [DOCS] Geometric function example results

2011-06-27 Thread Thom Brown
On 23 June 2011 13:09, Thom Brown wrote: > Hi, > > I noticed that there are no example outputs shown on the geometric > functions page > (http://www.postgresql.org/docs/9.0/static/functions-geometry.html). >  So I've attached a patch which adds them.  I'm not enti

[DOCS] Geometric function example results

2011-06-23 Thread Thom Brown
x27;re included anyway. Are these worth adding? Thanks Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company geom_function_examples.patch Description: Binary data -- Sent via pgs

Re: [DOCS] Functions example results incorrect

2011-06-23 Thread Thom Brown
On 23 June 2011 10:46, Thom Brown wrote: > I've been looking at some of the functions listed in the docs and > noticed some apparent discrepancies. > > This page of the docs doesn't seem to match real output for exp or ln: > http://www.postgresql.org/docs/9.0/static/f

[DOCS] Functions example results incorrect

2011-06-23 Thread Thom Brown
7;t work on my installation by default. It assumes I'm using a client encoding that allows backslash within a multibyte character and that I have backslash_quote set to safe_encoding. Can someone confirm whether these are valid complaints? -- Thom Brown Twitter: @darkixion IRC (freenode)

Re: [DOCS] SQL:2008 unsupported features

2011-06-21 Thread Thom Brown
On 21 June 2011 20:48, Peter Eisentraut wrote: > On tis, 2011-06-21 at 19:57 +0100, Thom Brown wrote: >> According to the docs >> (http://www.postgresql.org/docs/9.1/static/unsupported-features-sql-standard.html), >> PostgreSQL doesn't support feature set E081 of the S

[DOCS] SQL:2008 unsupported features

2011-06-21 Thread Thom Brown
#x27;t all of these supported? -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your su

Re: [DOCS] Documentation and explanatory diagrams

2011-06-13 Thread Thom Brown
On 13 June 2011 20:59, Ross J. Reedstrom wrote: > On Mon, Jun 13, 2011 at 06:36:12PM +0000, Thom Brown wrote: >> On 13 June 2011 14:35, Greg Smith wrote: >> > I just created a drawing, saved it, then >> > modified it a bit.  The spurious diff from the GUI was quite

Re: [DOCS] Documentation and explanatory diagrams

2011-06-13 Thread Thom Brown
ther (the Inkscape format LibreOffice-converted file identical to the plain format LibreOffice-converted file). But this time it removed all line breaks and became one continuous line of markup. So that would be disastrous from a delta point of view. -- Thom Brown Twitter: @darkixion IRC (freenod

Re: [DOCS] Documentation and explanatory diagrams

2011-06-12 Thread Thom Brown
On 27 September 2010 15:29, Thom Brown wrote: > On 18 July 2010 11:58, Rafael Martinez wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Thom Brown wrote: >> >>> Okay, I just edited an existing dia file: pgclient_server.dia.  All I &g

Re: [DOCS] Confusing sentence regarding Python example

2011-06-04 Thread Thom Brown
On 4 June 2011 21:40, Peter Eisentraut wrote: > On lör, 2011-06-04 at 14:36 +0100, Thom Brown wrote: >> The docs reference an example "above" which doesn't exist: >> http://www.postgresql.org/docs/current/static/plpython-data.html#AEN52431 >> >> It says

[DOCS] Confusing sentence regarding Python example

2011-06-04 Thread Thom Brown
Hi, The docs reference an example "above" which doesn't exist: http://www.postgresql.org/docs/current/static/plpython-data.html#AEN52431 It says that it would return the wrong answer for null inputs, but then gives an example where it handles that. Is something missing here?

Re: [DOCS] 9.0.4 PDFs are missing bookmarks on our web site

2011-05-10 Thread Thom Brown
Anyway, 9.0-A4 is on website now. I just committed 9.0-US to svn, so it >> will appear in next site build. > > Thanks.  I can confirm that the 9.0-US PDF now has bookmarks.  FYI, the > PDF is now 18MB;  previously it was 8MB without bookmarks.  That's 10MB > of bookmar

Re: [DOCS] Proposal: syntax highlight in html manual

2011-04-13 Thread Thom Brown
here: http://www.postgresql.org/docs/9.0/static/ddl-constraints.html#DDL-CONSTRAINTS-FK And even if it didn't, I don't think it brings enough benefit to warrant implementation. -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 Ente

[DOCS] CREATE DATABASE appears twice

2011-04-08 Thread Thom Brown
, but then I can't test it on the only system I have available at the moment. Thanks -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-docs mailing l

[DOCS] 9.1 release notes corrections

2011-03-20 Thread Thom Brown
Hi, I attach a patch to address various errata in the PostgreSQL 9.1 release notes. Thanks -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company 9.1_release_notes_fixes.patch

Re: [DOCS] System functions doc page tidy-up

2011-03-11 Thread Thom Brown
On 11 March 2011 15:24, Bruce Momjian wrote: > Thom Brown wrote: >> Attached is a minor patch which changes the following: >> >> Adds index entries for session_user and pg_describe_object >> Removes extraneous closing parenthesis from pg_describe_object >

Re: [DOCS] Non-existent cs_log function

2011-03-11 Thread Thom Brown
On 11 March 2011 13:48, Bruce Momjian wrote: > Thom Brown wrote: >> It's been pointed out that on the pl/pgsql control structures page >> (http://www.postgresql.org/docs/9.0/interactive/plpgsql-control-structures.html) >> there's an example using a cs_log func

[DOCS] System functions doc page tidy-up

2011-03-10 Thread Thom Brown
Attached is a minor patch which changes the following: Adds index entries for session_user and pg_describe_object Removes extraneous closing parenthesis from pg_describe_object Puts pg_describe_object and has_sequence_privilege in correct alphabetical position in function listing -- Thom Brown

Re: [HACKERS] [DOCS] Sync rep doc corrections

2011-03-08 Thread Thom Brown
but I keep speaking up anyhow.  Minority status isn't > always permanent. :) Okay, to avoid any -hackers list noise, I'll exclusively send them to -docs in future, with the exception of replying to -committers or -hackers when a commit/patch contains fail. -- Thom

Re: [DOCS] Remove name as valid parameter for catalog functions

2011-03-07 Thread Thom Brown
On 8 March 2011 02:54, Tom Lane wrote: > Thom Brown writes: >> On 7 March 2011 23:30, Tom Lane wrote: >>> Maybe we could say "the name or OID of a table", or some such phrase, >>> so as to subtly avoid the expectation that what is being referred to >&

Re: [DOCS] Column-level trigger doc typo fix

2011-03-07 Thread Thom Brown
On 7 March 2011 23:43, Robert Haas wrote: > On Mon, Mar 7, 2011 at 12:59 PM, Thom Brown wrote: >> On 7 March 2011 22:39, Robert Haas wrote: >>> On Mon, Mar 7, 2011 at 7:05 AM, Thom Brown wrote: >>>> This was spotted by someone who sent in a doc comment, alth

Re: [DOCS] Remove name as valid parameter for catalog functions

2011-03-07 Thread Thom Brown
On 7 March 2011 23:30, Tom Lane wrote: > Thom Brown writes: >> On 7 March 2011 20:49, Tom Lane wrote: >>> The reason those are phrased as "OID or name" is that what they take is >>> regclass, which means that things like pg_total_relation_size('tabl

Re: [HACKERS] [DOCS] Sync rep doc corrections

2011-03-07 Thread Thom Brown
On 7 March 2011 23:21, David Fetter wrote: > On Mon, Mar 07, 2011 at 10:53:17PM +0530, Thom Brown wrote: >> On 7 March 2011 22:31, Robert Haas wrote: >> > On Mon, Mar 7, 2011 at 6:16 AM, Thom Brown wrote: >> >> On 7 March 2011 15:27, Thom Brown wrote: >> &g

Re: [DOCS] Column-level trigger doc typo fix

2011-03-07 Thread Thom Brown
On 7 March 2011 22:39, Robert Haas wrote: > On Mon, Mar 7, 2011 at 7:05 AM, Thom Brown wrote: >> This was spotted by someone who sent in a doc comment, although didn't >> go with their suggestion.  Patch attached. > > That's not really a typo so much as a think-o,

Re: [DOCS] Remove name as valid parameter for catalog functions

2011-03-07 Thread Thom Brown
On 7 March 2011 20:49, Tom Lane wrote: > Thom Brown writes: >> Patch attached which corrects the docs where catalog functions no >> longer accept values of type name.  Originally a note submitted by >> someone on the docs, but this affects more than just the one they >>

Re: [DOCS] Sync rep doc corrections

2011-03-07 Thread Thom Brown
On 7 March 2011 22:31, Robert Haas wrote: > On Mon, Mar 7, 2011 at 6:16 AM, Thom Brown wrote: >> On 7 March 2011 15:27, Thom Brown wrote: >>> I've attached a small patch with a bit of clarification and a typo fix >>> in the synchronous_standby_names parameter inf

[DOCS] Remove name as valid parameter for catalog functions

2011-03-07 Thread Thom Brown
Patch attached which corrects the docs where catalog functions no longer accept values of type name. Originally a note submitted by someone on the docs, but this affects more than just the one they mentioned. -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user

[DOCS] Column-level trigger doc typo fix

2011-03-07 Thread Thom Brown
This was spotted by someone who sent in a doc comment, although didn't go with their suggestion. Patch attached. -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 for_update_of_typo_fix.patch Description: Binary data -- Sent via pgsql-docs ma

Re: [DOCS] Sync rep doc corrections

2011-03-07 Thread Thom Brown
On 7 March 2011 15:27, Thom Brown wrote: > I've attached a small patch with a bit of clarification and a typo fix > in the synchronous_standby_names parameter info. Okay, I've noticed that the main documentation also needed some fixes, so those have been included in this new

[DOCS] Sync rep doc corrections

2011-03-07 Thread Thom Brown
I've attached a small patch with a bit of clarification and a typo fix in the synchronous_standby_names parameter info. -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 sync_rep_doc_fix.patch Description: Binary data -- Sent via pgsql-docs ma

Re: [DOCS] Ambiguous index entry for Privileges

2011-02-21 Thread Thom Brown
On 21 February 2011 03:21, Bruce Momjian wrote: > > Applied. > > --- > > Bruce Momjian wrote: >> Kevin Grittner wrote: >> > Thom Brown wrote: >> > > On 12 August 2010 00:05, Th

[DOCS] Non-existent cs_log function

2011-02-11 Thread Thom Brown
ing function someone might have, but it might cause less confusion if these were changed to RAISE calls, or something else that exists. What do you think? -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 -- Sent via pgsql-docs mailing list (pgsql-doc

[DOCS] Typo in create user mapping docs page

2011-02-03 Thread Thom Brown
nformation are combined would be helpful." Thanks -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 create_user_mapping_typo.patch Description: Binary data -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your sub

Re: [DOCS] [HACKERS] Add reference to client_encoding parameter

2011-02-01 Thread Thom Brown
On 1 February 2011 05:31, Itagaki Takahiro wrote: > On Tue, Feb 1, 2011 at 00:37, Thom Brown wrote: >> I've attached a small patch for the docs which adds a reference to the >> client_encoding parameter description.  This is in response to someone >> attempting to submi

[DOCS] Add reference to client_encoding parameter

2011-01-31 Thread Thom Brown
Hi, I've attached a small patch for the docs which adds a reference to the client_encoding parameter description. This is in response to someone attempting to submit a comment which explains where available encodings can be found. Thanks Thom Brown Twitter: @darkixion IRC (fre

Re: [DOCS] documentation navigation

2011-01-27 Thread Thom Brown
ecede it with the section number too. I don't think "up" is particularly useful either, since it's not clear what page you'll land on, which again, the French docs have solved by having a breadcrumb-style nav at the top. -- Thom Brown Twitter: @darkixion IRC (freenode): d

Re: [DOCS] [HACKERS] Couple document fixes

2011-01-19 Thread Thom Brown
On 19 January 2011 21:10, Tom Lane wrote: > Thom Brown writes: >> I've attached a couple minor fixes to the docs.  One relating to >> SECURITY LABEL and the other for pg_class.relpersistence > > Applied, thanks. Cheers Mr Lane. -- Thom Brown Twitter: @darkixion

Re: [DOCS] [HACKERS] Couple document fixes

2011-01-19 Thread Thom Brown
On 19 January 2011 18:11, Kevin Grittner wrote: > Thom Brown wrote: > >> I've attached a couple minor fixes to the docs.  One relating to >> SECURITY LABEL and the other for pg_class.relpersistence > > relpersistence should be "char", not char. > Oddly

[DOCS] Couple document fixes

2011-01-19 Thread Thom Brown
Hi, I've attached a couple minor fixes to the docs. One relating to SECURITY LABEL and the other for pg_class.relpersistence -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 doc_fixes.patch Description: Binary data -- Sent via pgsql-docs ma

Re: [DOCS] [COMMITTERS] pgsql: Add index entries for more functions

2010-11-30 Thread Thom Brown
On 30 November 2010 17:55, Peter Eisentraut wrote: > On sön, 2010-11-28 at 23:59 +0000, Thom Brown wrote: >> Whilst looking at the latest build of the docs at >> http://developer.postgresql.org/pgdocs/postgres/bookindex.html I've >> noticed a discrepancy in this commit

Re: [DOCS] Additional index entries and table sorting

2010-11-23 Thread Thom Brown
On 23 November 2010 22:04, Peter Eisentraut wrote: > On fre, 2010-11-05 at 22:33 +0000, Thom Brown wrote: >> On 28 October 2010 20:15, Thom Brown wrote: >> > >> > It was already inconsistent in the SGML, but if you wish, I'll redo it so >> > that they

Re: [DOCS] Additional index entries and table sorting

2010-11-05 Thread Thom Brown
On 28 October 2010 20:15, Thom Brown wrote: > > It was already inconsistent in the SGML, but if you wish, I'll redo it so > that they're all in tables. That will mean taking the sections which kept > index terms outside of tables already, and merging them with all the tab

Re: [DOCS] Additional index entries and table sorting

2010-10-28 Thread Thom Brown
On 28 October 2010 19:59, Peter Eisentraut wrote: > On sön, 2010-09-26 at 18:07 +0100, Thom Brown wrote: > > On 26 September 2010 17:49, Thom Brown wrote: > > > I attach a patch which adds all functions (or at least the ones I > > > found) into the index so that

Re: [DOCS] Additional index entries and table sorting

2010-10-04 Thread Thom Brown
On 4 October 2010 18:32, Robert Haas wrote: > On Mon, Oct 4, 2010 at 4:24 AM, Thom Brown wrote: >> On 26 September 2010 18:07, Thom Brown wrote: >>> On 26 September 2010 17:49, Thom Brown wrote: >>>> I attach a patch which adds all functions (or at least the one

Re: [DOCS] Additional index entries and table sorting

2010-10-04 Thread Thom Brown
On 26 September 2010 18:07, Thom Brown wrote: > On 26 September 2010 17:49, Thom Brown wrote: >> I attach a patch which adds all functions (or at least the ones I >> found) into the index so that they can be easily located.  Previously >> there were no entries for most o

Re: [DOCS] 9.0 PDFs lost 'bookmarks' tab

2010-09-28 Thread Thom Brown
On 28 September 2010 16:29, Thom Brown wrote: > On 28 September 2010 15:36, Thom Brown wrote: >> On 28 September 2010 15:30, Kevin Grittner >> wrote: >>> "Erik Rijkers" wrote: >>> >>>> Something seems to have gone wrong with generating t

Re: [DOCS] 9.0 PDFs lost 'bookmarks' tab

2010-09-28 Thread Thom Brown
On 28 September 2010 15:36, Thom Brown wrote: > On 28 September 2010 15:30, Kevin Grittner > wrote: >> "Erik Rijkers" wrote: >> >>> Something seems to have gone wrong with generating the version 9.0 >>> PDFs on the website: both A4 and US have n

Re: [DOCS] 9.0 PDFs lost 'bookmarks' tab

2010-09-28 Thread Thom Brown
something to do with the filtering to reduce the file > size; it may have had some unexpected side effects. Yes the JPDFTweak process may have stripped that out. :S I can confirm the issue :/ -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935

Re: [DOCS] Documentation and explanatory diagrams

2010-09-27 Thread Thom Brown
On 18 July 2010 11:58, Rafael Martinez wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Thom Brown wrote: > >> Okay, I just edited an existing dia file: pgclient_server.dia.  All I >> did was change the font size of the text "client application&qu

Re: [DOCS] Additional index entries and table sorting

2010-09-26 Thread Thom Brown
On 26 September 2010 17:49, Thom Brown wrote: > I attach a patch which adds all functions (or at least the ones I > found) into the index so that they can be easily located.  Previously > there were no entries for most of these at all in the index.  I also > removed the entries fo

[DOCS] Substring undocumented form

2010-09-25 Thread Thom Brown
7;om' in 'Thomas') can't be written: position('om', 'Thomas') So this doesn't look like a general alternative form. Is the alternative form of substring deprecated or just missing from the documentation? Thanks Thom Brown Twitter: @darkixion IRC (freenod

Re: [DOCS] CVS in docs

2010-09-22 Thread Thom Brown
I > somehow managed to wipe the one I have, and Ubuntu ships with a > different version :-) > > I take the lack of comment on the patch itself as silent approval, so > I'll go look at backporting it soon. I don't see any mention of redirecting the Heap-Only Tuples glossary

[DOCS] CVS in docs

2010-09-21 Thread Thom Brown
=src/backend/access/heap/README.HOT;hb=HEAD NLS info for translators refers to CVS: http://www.postgresql.org/docs/9.0/static/nls-translator.html (nls.sgml) Bug reporting mentions CVS: http://www.postgresql.org/docs/9.0/static/bug-reporting.html (problems.sgml) -- Thom Brown Twitter: @darkixion IRC

Re: [DOCS] Doc fixes and improvements

2010-09-08 Thread Thom Brown
On 9 September 2010 01:48, Bruce Momjian wrote: > > Patch applied and backpatched to 9.0.X.  Thanks. Whoa, no comments or objections then? I'm scared now. :S Thanks Bruce :) -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 -- Sent via

Re: [pgsql-www] [DOCS] Example indenting

2010-09-08 Thread Thom Brown
On 7 September 2010 22:20, Bruce Momjian wrote: > Thom Brown wrote: >> On 7 September 2010 20:26, Tom Lane wrote: >> > Thom Brown writes: >> >> Sorry, I should have clarified. ?There are boxes containing notes >> >> which I had originally colo

Re: [pgsql-www] [DOCS] Example indenting

2010-09-07 Thread Thom Brown
On 7 September 2010 22:01, Tom Lane wrote: > The Caution looks good to me.  I'd still take the Notes down another > notch, but certainly we're getting into personal preference now. Okay, adjusted it a bit more so that should do now. -- Thom Brown Twitter: @darkixion IRC (freen

Re: [pgsql-www] [DOCS] Example indenting

2010-09-07 Thread Thom Brown
On 7 September 2010 20:26, Tom Lane wrote: > Thom Brown writes: >> Sorry, I should have clarified.  There are boxes containing notes >> which I had originally coloured yellow, but we went for beige instead. >>  Example appears on: >> http://pgweb.darkixion.com:8081/do

Re: [pgsql-www] [DOCS] Example indenting

2010-09-07 Thread Thom Brown
On 7 September 2010 20:58, Dave Page wrote: > On Tue, Sep 7, 2010 at 8:48 PM, Thom Brown wrote: >> On 7 September 2010 20:28, Dave Page wrote: >>> On Tue, Sep 7, 2010 at 7:47 PM, Thom Brown wrote: >>>> Sorry, I should have clarified.  There are boxes con

Re: [pgsql-www] [DOCS] Example indenting

2010-09-07 Thread Thom Brown
On 7 September 2010 20:28, Dave Page wrote: > On Tue, Sep 7, 2010 at 7:47 PM, Thom Brown wrote: >> Sorry, I should have clarified.  There are boxes containing notes >> which I had originally coloured yellow, but we went for beige instead. >>  Example appears on: >>

Re: [pgsql-www] [DOCS] Example indenting

2010-09-07 Thread Thom Brown
On 7 September 2010 20:26, Tom Lane wrote: > Thom Brown writes: >> Sorry, I should have clarified.  There are boxes containing notes >> which I had originally coloured yellow, but we went for beige instead. >>  Example appears on: >> http://pgweb.darkixion.com:8081/do

Re: [pgsql-www] [DOCS] Example indenting

2010-09-07 Thread Thom Brown
On 7 September 2010 19:42, Kevin Grittner wrote: > Thom Brown wrote: > >> The notes section still looks really drab on my screen. > > Are you talking about the Release Notes page: > > http://pgweb.darkixion.com:8081/docs/8.4/static/release.html > > notes

Re: [pgsql-www] [DOCS] Example indenting

2010-09-07 Thread Thom Brown
) The notes section still looks really drab on my screen. -- Thom Brown Twitter: @darkixion IRC (freenode): dark_ixion Registered Linux user: #516935 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

  1   2   3   >