Re: [DOCS] pg_replication_slots page links

2017-11-10 Thread Magnus Hagander
On Fri, Nov 10, 2017 at 3:50 PM, Tom Lane wrote: > Magnus Hagander writes: > > On Fri, Nov 10, 2017 at 3:41 PM, Tom Lane wrote: > >> I think this can be blamed on a9ba6195f, which I only back-patched as > >> far as 9.5 --- guess I didn't realize that the bogus s

Re: [DOCS] pg_replication_slots page links

2017-11-10 Thread Magnus Hagander
On Fri, Nov 10, 2017 at 3:41 PM, Tom Lane wrote: > Magnus Hagander writes: > > On Fri, Nov 10, 2017 at 6:58 AM, Alvaro Herrera > > > wrote: > >>> Because the name of the page has changed. Not much to do about that at > >>> this point. &

Re: [DOCS] pg_replication_slots page links

2017-11-10 Thread Magnus Hagander
On Fri, Nov 10, 2017 at 2:09 PM, Magnus Hagander wrote: > On Fri, Nov 10, 2017 at 6:58 AM, Alvaro Herrera > wrote: > >> Peter Eisentraut wrote: >> > On 8/22/17 09:36, sahapa...@gmail.com wrote: >> >> > > Hi all, >> > > There isn't any

Re: [DOCS] pg_replication_slots page links

2017-11-10 Thread Magnus Hagander
the main website. Is this going to affect a single page, pg_replication_slots, or is this a systematic change that's going to be hitting a whole class of pages? -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Re: [DOCS] Typo in word "closest"

2017-10-30 Thread Magnus Hagander
o the _closet_ locale it can provide... > Thanks, fixed. -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Re: [DOCS] Typo in word "password"

2017-10-19 Thread Magnus Hagander
.. > PASSSWORD." > That's cute. Fixed. Thanks for the report! -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Re: [DOCS] Error in download page for pg10 - redhat

2017-10-13 Thread Magnus Hagander
alize it says: > /usr/pgsql-10/bin/postgresql10-setup initdb > That file does not exist. > > This should be: > /usr/pgsql-10/bin/postgresql-10-setup initdb > Hi! Thanks for the report! I pushed a fix for this earlier today, so it should now have hit all the caches and be cor

Re: [DOCS] Typo at https://www.postgresql.org/about/featurematrix/detail/292/

2017-10-11 Thread Magnus Hagander
On Thu, Oct 5, 2017 at 9:36 PM, Oleksandr Pikozh wrote: > https://www.postgresql.org/about/featurematrix/detail/292/ > > > Ability to automatically pull in required additional extensions for an > extension dedpendency tree. > dedpendency -> dependency Fixed, thanks for the

Re: [DOCS] search box and page banner when building html

2017-08-29 Thread Magnus Hagander
nd suggestions since I am not familiar with building > websites. > ...Rick Swagerman > For that you'd have to pass it through the website framwork completely (that's in the pgweb repository on git.postgresql.org -- but a lot more involved than just a make command) -- Magnus H

Re: [DOCS] Canonical url for latest document set?

2017-07-14 Thread Magnus Hagander
actual statement from somebody who *knows* (and nto just speculates like most of us do) how it works.. In particular, will a search for older versions still work or will that force *everybody* to the current version? Things do seem to get worse by the day. I guess we're eventu

Re: [DOCS] Documentation still mentioning SSLv2 and SSLv3

2017-07-03 Thread Magnus Hagander
by TLSv1.*? > Please find attached a patch. > It does. Applied, thanks! -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Re: [DOCS] envvar PGREALM seems no longer used

2017-05-26 Thread Magnus Hagander
s never actually supported on the GSSAPI authentication. Good spot! Fix applied and backpatched. -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Re: [DOCS] Legal Notice page in 10 not "backwards compatible" in online docs

2017-05-25 Thread Magnus Hagander
On Thu, May 25, 2017 at 10:14 AM, Magnus Hagander wrote: > On Fri, May 19, 2017 at 5:43 PM, Alvaro Herrera > wrote: > >> Daniel Gustafsson wrote: >> > The Legal Notice page has in 10 changed from being uppercased to >> lowercased, >> > and in the proc

Re: [DOCS] Legal Notice page in 10 not "backwards compatible" in online docs

2017-05-25 Thread Magnus Hagander
o just make it have the same name as before, wouldn't it? That would also automatically fix any other cases that would possibly link to LEGALNOTICE. (AFAIK this is the only file that was caps before) -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Re: [DOCS] Update postgresql.org http links to https in docs

2017-05-21 Thread Magnus Hagander
anch release notes, > > which is probably fine. > > Yes, given that the links do redirect and thus still work it didn’t seem > worth > changing there. > That, and we are serving HSTS on the site since quite some time back, so most people won't even go to th

Re: [DOCS] Online docs links for 10.0 vs 10

2017-05-19 Thread Magnus Hagander
ql.org/docs and the list of versions at the top of > the online docs template where you see "This page in other versions". > I was expecting to see 10 and not 10.0 in these places. > Hi! That's a correct observation, also reported by somebody else as well. I have fixed thi

Re: [DOCS] Wording in pg_upgrade IMPLEMENTATION

2017-05-05 Thread Magnus Hagander
ch with proposed wordsmithing is attached. > Applied, thanks. -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

Re: [DOCS] Grammar error

2017-03-07 Thread Magnus Hagander
"so it accommodates peak usage rather average usage to some > extent" > > It should be "rather **than** average usage", I believe. > Fix applied to head, 9.6 and 9.5, thanks. Will show up on the website alongside the next minor release. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] [HACKERS] Questionable tag usage

2017-01-06 Thread Magnus Hagander
o change if > we decide that parenthetical "(see Section M.N)" hotlinks are pass ,Ai (B. > I don't think there are a lto of people who use dead tree editions anymore, but they certainly do exist. A lot of people use the PDFs though, particularly for offline reading or loading them in ebook readers. So it still has to be workable there. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] Documentation does not SSL parameters are postmaster-only

2016-11-27 Thread Magnus Hagander
> - ssl_ecdh_curve > - ssl_prefer_server_ciphers > Attached is a patch to correct the documentation. > Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] 'Do not not' in pg_receivexlog.sgml and pg_recvlogical.sgml

2016-07-20 Thread Magnus Hagander
On Tue, Jul 19, 2016 at 8:15 PM, Alexander Law wrote: > Hello, > > There are typos in --create-slot option description. Patch attached. > Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] Missing parenthesis in backup.sgml

2016-07-08 Thread Magnus Hagander
On Friday, July 8, 2016, Alexander Law wrote: > Hello, > > Closing parenthesis missing in backup.sgml. Patch attached. > > Thanks, applied! -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] DROP EXTENSION

2016-06-23 Thread Magnus Hagander
; Correct, the developer docs are updated every 4 hours. But as it's a fairly predictable every-4-hours (unless there is something broken in the build), the actual remaining time can be estimated by looking at the buildfarm. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] rolbypassrls field missing from pg_roles documentation

2016-06-20 Thread Magnus Hagander
ncluded in the view, so its just the docs > that are wrong. > > Happy to send in a patch if that helps. > Trivial enough to copy/paste fix, so I've done that and pushed to master and 9.5. Thakns for the report! -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] .deb signing key insecure against MitM

2016-03-07 Thread Magnus Hagander
r work at this point, but once we get there, it should make this situation a lot better. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] Getting Started section

2016-03-04 Thread Magnus Hagander
On Wed, Mar 2, 2016 at 3:51 PM, Tom Lane wrote: > Magnus Hagander writes: > > On Wed, Mar 2, 2016 at 9:36 AM, Tom Lane wrote: > >> Agreed, but I should think that properly packaged versions of Postgres > >> will come with some package-specific instructions. Is th

Re: [DOCS] Getting Started section

2016-03-02 Thread Magnus Hagander
. After all, 99% of our users (or something thereabouts) are probably using the packaged versions, which means that those parts of our documentation are simply irrelevant to them... Which is not great when it's the "getting started" part. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] ubuntu deb packaging

2015-10-23 Thread Magnus Hagander
psql (Postgres-XC) 1.1 > (based on PostgreSQL) 9.2.4 > > Dis (mis)step 2 do me in? Should I not see psql version closer to 9.4? > > > You seem to have installed psql from Postgres XC rather than from PostgreSQL. Look if you have any of the XC packages installed and then remove those, replacing them with the PostgreSQL ones. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] small fix for pgprewarm.sgml

2015-08-31 Thread Magnus Hagander
On Thu, Aug 27, 2015 at 1:12 AM, Josh Kupershmidt wrote: > Attached is a small grammar fix for the pg_prewarm doc page. > > Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] Typo in mvcc.sgml

2015-04-09 Thread Magnus Hagander
On Thu, Apr 9, 2015 at 3:23 AM, Amit Langote wrote: > Hi, > > Attached fixes a typo in mvcc.sgml > > - Read and explicit locking.on the master. > + Read and explicit locking on the master. > Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Wor

Re: [DOCS] Typo in 49.2.1

2014-12-17 Thread Magnus Hagander
t; otherwise it responds with an ErrorResponse. This is no longer supported. > This is not supported any more. > > The last two sentences are redundant. > > > http://www.postgresql.org/docs/devel/static/protocol-flow.html#PROTOCOL-ASYNC > > > Good spot. Thanks, sentence remo

Re: [DOCS] Documenting timezone setting in initdb

2014-11-16 Thread Magnus Hagander
on. > > Unless objections I'll add it to the open commitfest. Looks good to me, applied. 9.4 is still open for docs patches so I back-patched it there, as this is clearly an omission/bug. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Se

Re: [DOCS] Sample archive_command is still problematic

2014-08-18 Thread Magnus Hagander
; that we don't put *any* archive command in the sample postgresql.conf, > since there is no command we can supply which isn't a potential foot-gun. +1. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list (p

Re: [DOCS] Sample archive_command is still problematic

2014-08-17 Thread Magnus Hagander
On Sun, Aug 17, 2014 at 9:50 PM, Kevin Grittner wrote: > Magnus Hagander wrote: > >> On Wed, Aug 13, 2014 at 11:23 PM, Kevin Grittner wrote: > >> >>> The above is regarding WAL file archiving -- I'm not putting down >>> streaming replication. Of cou

Re: [DOCS] some notes on man page build

2014-08-17 Thread Magnus Hagander
t version, and right now we don't have a pressing need so it won't be on day 1). We can of course also use this specific package from backports assuming the fixed version is in jessie (in which case it should be available as a wheezy backport I think). But all that is of co

Re: [DOCS] Sample archive_command is still problematic

2014-08-16 Thread Magnus Hagander
ld be the actual reason for having that one do the passthrough itself? -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] Minor docs patch for pg_basebackup

2014-03-25 Thread Magnus Hagander
On Mon, Mar 24, 2014 at 4:17 PM, Joshua Tolley wrote: > I took a minor dislike to the wordsmithing in pg_basebackups docs page. > Patch > attached. > Thanks, applied. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] Upgrading doc does not mention pg_restore at all

2014-01-11 Thread Magnus Hagander
ge on pg_dump, and then just say "oh, with pg_upgrade it only takes minutes"... -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] the the strikes again

2013-12-13 Thread Magnus Hagander
On Fri, Dec 13, 2013 at 1:30 PM, Erik Rijkers wrote: > s{the the}{the}; > Applied, thanks! -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/

Re: [DOCS] A user report of misinterpretation of 'unsupported versions'

2013-08-20 Thread Magnus Hagander
"development", which will be moved to "supported" once that one is released. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] A user report of misinterpretation of 'unsupported versions'

2013-08-17 Thread Magnus Hagander
On Sun, Jul 14, 2013 at 11:04 AM, Magnus Hagander wrote: > On Sat, Jul 13, 2013 at 3:12 AM, Daniel Farina wrote: >> On Fri, Jul 12, 2013 at 5:44 PM, Tom Lane wrote: >>> Daniel Farina writes: >>>> On Fri, Jul 12, 2013 at 3:28 AM, Magnus Hagander >>>&

Re: [DOCS] A user report of misinterpretation of 'unsupported versions'

2013-07-15 Thread Magnus Hagander
On Mon, Jul 15, 2013 at 2:41 PM, Michael Nolan wrote: > > > On Mon, Jul 15, 2013 at 4:52 AM, Magnus Hagander > wrote: >> >> On Sun, Jul 14, 2013 at 5:42 PM, Michael Nolan wrote: >> > >> > >> > On Sun, Jul 14, 2013 at 11:22 AM, Tom Lane w

Re: [DOCS] A user report of misinterpretation of 'unsupported versions'

2013-07-15 Thread Magnus Hagander
> automatically get moved to the 'supported' or 'not maintained' sections, > respectively, or do all these pages have to be revised? That is all handled automatically. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] A user report of misinterpretation of 'unsupported versions'

2013-07-15 Thread Magnus Hagander
On Sun, Jul 14, 2013 at 5:22 PM, Tom Lane wrote: > Magnus Hagander writes: >> So maybe a cross with Peters suggestoin whereby we somehow split it >> into 3 groups - one that has supported versions, one that has >> unsupported, and one that has development (which now woul

Re: [DOCS] A user report of misinterpretation of 'unsupported versions'

2013-07-14 Thread Magnus Hagander
On Sat, Jul 13, 2013 at 3:12 AM, Daniel Farina wrote: > On Fri, Jul 12, 2013 at 5:44 PM, Tom Lane wrote: >> Daniel Farina writes: >>> On Fri, Jul 12, 2013 at 3:28 AM, Magnus Hagander >>> wrote: >>>> But I can understand the confusion - do you have a sugg

Re: [DOCS] A user report of misinterpretation of 'unsupported versions'

2013-07-12 Thread Magnus Hagander
ide that the VACUUM command is > unsupported in any of the itemized versions. Strictly speaking, *everything in 9.3 is unsupported. Because it hasn't been released yet. But I can understand the confusion - do you have a suggestion for how to write it to make it more obvious

Re: [DOCS] stray pipe in copy.sgml

2013-07-05 Thread Magnus Hagander
attached. Certainly seems that way. Pretty sure it's a copy/paste error. Applied, thanks! -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://w

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Magnus Hagander
On Thu, Jun 13, 2013 at 4:13 PM, Erik Rijkers wrote: > On Thu, June 13, 2013 15:50, Magnus Hagander wrote: >> >> If it's in all of it, then happy enough the official PDF building >> server (borka) got that toolchain upgrade by default with the upgrade >> to wheezy

Re: [DOCS] pdf does not build anymore

2013-06-13 Thread Magnus Hagander
nough the official PDF building server (borka) got that toolchain upgrade by default with the upgrade to wheezy a few weeks ago. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] DTrace home page down

2013-04-10 Thread Magnus Hagander
e wikipedia article would be a better choice. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] Russian translation publication

2013-03-05 Thread Magnus Hagander
On Mar 5, 2013 4:09 PM, "Alvaro Herrera" wrote: > > Alexander Law escribió: > > 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 Market as an e-book that will > > contain my translati

Re: [HACKERS] [DOCS] Contrib module "xml2" status

2013-02-21 Thread Magnus Hagander
d in a future release"? Not reopening the actual discussion about rmeoving it, but assuming we're not, strong +1 on changing the deprecation message. And don't forget to backpatch the change so it shows up in the old versions of the docs as well. -- Magnus Hagander Me: http:/

Re: [DOCS] source download link in installation instructions

2013-02-04 Thread Magnus Hagander
On Feb 5, 2013 3:58 AM, "Peter Eisentraut" wrote: > > The installation instructions in the devel branch > > http://www.postgresql.org/docs/devel/static/install-getsource.html > > contain a direct link to the tarball download > > ftp://ftp.postgresql.org/pub/source/v9.3devel/postgresql-9.3devel.tar

Re: [DOCS] streaming replication confusion

2013-01-20 Thread Magnus Hagander
On Thu, Jan 17, 2013 at 4:04 PM, Josh Kupershmidt wrote: > On Thu, Jan 17, 2013 at 6:54 AM, Magnus Hagander wrote: >>> I've shuffled around the Synchronous replication page, and made some >>> changes to Streaming Replication, though the latter could probably use >&

Re: [DOCS] streaming replication confusion

2013-01-17 Thread Magnus Hagander
> I've shuffled around the Synchronous replication page, and made some > changes to Streaming Replication, though the latter could probably use > some further pruning. Could someone take a look at the small > documentation patch? Was that message supposed to contain a second patch, or

Re: [DOCS] PostgreSQL docs in ePub format

2013-01-10 Thread Magnus Hagander
On Thu, Jan 10, 2013 at 1:06 PM, Peter Eisentraut wrote: > On Thu, 2013-01-10 at 11:28 +0100, Magnus Hagander wrote: >> To take that one step further, should this be distributed on the >> website alongside the PDFs? > > Well, maybe someone should take a look at the result fir

Re: [DOCS] PostgreSQL docs in ePub format

2013-01-10 Thread Magnus Hagander
p://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl >> postgres.xml >> echo 'application/epub+zip' > mimetype >> zip -r postgres.epub META-INF OEBPS mimetype > > Should this be in the SGML docs? To take that one step further, should this be distri

Re: [DOCS] old testlo example code

2013-01-06 Thread Magnus Hagander
On Sun, Jan 6, 2013 at 10:12 AM, Dmitriy Igrishin wrote: > > > > 2013/1/5 Magnus Hagander >> >> On Sat, Jan 5, 2013 at 3:27 AM, Josh Kupershmidt >> wrote: >> > This documentation page: >> > http://www.postgresql.org/docs/current/static/lo-exam

Re: [DOCS] old testlo example code

2013-01-05 Thread Magnus Hagander
's possible to create such an include though - someone who knows our toolchain better can hopefully comment on that? -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to yo

Re: [DOCS] pg_resetxlog -l

2013-01-01 Thread Magnus Hagander
t;> attached. >> I chose the term 'xlogfile' here because it's used in help message of >> pg_resetxlog. > > Does anyone pick up and commit this to HEAD? > > Regards, > > -- > Fujii Masao > > > -- > Sent via pgsql-docs mailing list

Re: [DOCS] 8.4 doc bug for "Incrementally Updated Backups"

2012-11-26 Thread Magnus Hagander
ll likely read the docs for the version that they are using, and thus miss things. But possibly even more important, because we know that Google (and others) tend to link to older versions of the docs as search hits before the newer ones for quite a long time after a release (or forever in some cas

Re: [DOCS] somewhat wrong archive_command example

2012-08-30 Thread Magnus Hagander
er-you-like method, just like we did for pg_basebackup, doing this can only be an improvement. And I don't see anybody suggesting we *remove* this capability. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] Search in devel docs?

2012-07-11 Thread Magnus Hagander
hen you search from inside the devel docs. I'll stick it on the TODO. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] fix for typos in "Reliability and the Write-ahead Log"

2012-07-04 Thread Magnus Hagander
autotuning of wal_buffers, isn't it? -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- 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] File format for SSL CRL file

2012-07-03 Thread Magnus Hagander
rently not the right thing to do). > > I don't see how that would work - X509_STORE_CTX_get_error() takes an X509_STORE_CTX as parameter ,and we don't have one of those. And unfortunately the function we use to load the store seems to be undocumented, so it's hard to know wha

Re: [DOCS] Starting server on OpenBSD, IE7 fix for forms

2012-06-03 Thread Magnus Hagander
Hi! This has been added to the list of things to investigate and fix on the website. Thanks for the report! If you find more, please report website issues to pgsql-...@postgresql.org instead - that way, more people involved with the website will see it :-) --  Magnus Hagander  Me: http://www.

Re: [DOCS] track_activity_query_size note

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

Re: [DOCS] track_activity_query_size note

2012-05-24 Thread Magnus Hagander
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 proposed change to the docs which points out that if the >>> size of tr

Re: [DOCS] track_activity_query_size note

2012-05-24 Thread Magnus Hagander
t; present. But aren't pg_stat_activity queries always cleared when you restart the server - because they are all disconnected... And you can't change track_activity_query_size without restarting. --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent v

Re: [DOCS] Documentation of underlying functions for statistics views

2012-04-29 Thread Magnus Hagander
that people examine the definition of the view if they want > to know the names of the underlying functions. I could've sworn I suggested this before and got shut down. However ,since I can't find a reference to that in my sent email, I'm just going to +1 this suggestion instead

Re: [DOCS] Discouraging new projects from pgFoundry

2012-04-10 Thread Magnus Hagander
he > best place to get a website, a wiki, and a mailing list these days? > sourceforge? If you need mailinglists, I think that's pretty much where you have to go. github will give you everything except a mailinglist, and I believe the same holds for bitbucket. I don't know of a

Re: [DOCS] Adding links to alternate versions of doc pages

2012-03-30 Thread Magnus Hagander
On Fri, Mar 30, 2012 at 13:09, Steve Atkins wrote: > > On Mar 30, 2012, at 6:47 AM, Magnus Hagander wrote: > >> On Thu, Mar 29, 2012 at 12:58, Steve Atkins wrote: >> >>> Having all the specific-version pages use that to point to the >>> non-version URL mig

Re: [DOCS] Adding links to alternate versions of doc pages

2012-03-30 Thread Magnus Hagander
uld help with this, > but it doesn't seem to. Exactly. > I'm assuming someone has checked the google webmaster > tools reports for the site, to see if there's anything interesting > there. I have, and not found anything interesting. But I'm happy to admit

Re: [DOCS] Adding links to alternate versions of doc pages

2012-03-28 Thread Magnus Hagander
On Wed, Mar 28, 2012 at 22:08, Magnus Hagander wrote: > On Wed, Mar 28, 2012 at 22:02, Euler Taveira wrote: >> On 28-03-2012 16:14, Magnus Hagander wrote: >>> I'm not sure how to create some sort of >>> mapping between versions that would actually work without be

Re: [DOCS] Adding links to alternate versions of doc pages

2012-03-28 Thread Magnus Hagander
On Wed, Mar 28, 2012 at 22:02, Euler Taveira wrote: > On 28-03-2012 16:14, Magnus Hagander wrote: >> I'm not sure how to create some sort of >> mapping between versions that would actually work without being >> actively maintained (and if it has to be actively mainta

Re: [DOCS] Adding links to alternate versions of doc pages

2012-03-28 Thread Magnus Hagander
not contain the links. You can add the dropdown fairly easily in the website code. However, that assumes that no pages have *changed filenames* between versions. Which is not true. That would either drop those versions from the list, or generate a 404. I'm not sure how to create some sort

Re: [DOCS] Replication docs update

2012-03-21 Thread Magnus Hagander
On Wed, Mar 21, 2012 at 16:44, Bruce Momjian wrote: > On Wed, Mar 21, 2012 at 12:01:34PM +0100, Magnus Hagander wrote: >> On Tue, Mar 20, 2012 at 22:26, Bruce Momjian wrote: >> > Our chapter, "Comparison of Different Solutions", needs an update to use >&g

Re: [DOCS] Replication docs update

2012-03-21 Thread Magnus Hagander
ll find a bunch of typos, but there is no way around that I think..) --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- 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] HTML Page titles in HTML version?

2012-02-15 Thread Magnus Hagander
On Sun, Feb 12, 2012 at 22:20, Jay Levitt wrote: > Magnus Hagander wrote: >> >> On Sun, Feb 12, 2012 at 17:54, Jay Levitt  wrote: >>> >>> I frequently find myself with multiple tabs open to the docs site, all >>> titled "PosgreSQL: Documentatio

Re: [DOCS] HTML Page titles in HTML version?

2012-02-12 Thread Magnus Hagander
r pages? They all start with "PostgreSQL:" - perhaps that should be changed to instead suffix them with "- PostgreSQL"? (moving to -www since it affects the whole site) --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgs

Re: [DOCS] CREATE TABLE LIKE, regarding constraints

2012-01-02 Thread Magnus Hagander
t; I have no problem with this behavior, > but the doc probably deserves some clarification on the "relationship" between > [INCLUDING CONSTRAINTS] and [INCLUDING INDEXES]. That might be a good idea, yes. Feel like cooking up a patch? --  Magnus Hagander  Me: http://www.hag

Re: [DOCS] CREATE TABLE LIKE, regarding constraints

2011-12-31 Thread Magnus Hagander
provide the commands you ran to make that happen? It doesn't happen for me in a trivial test. > Also, why is there no discussion of what "EXCLUDING CONSTRAINTS" will result > in ? --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ --

Re: [HACKERS] [DOCS] Moving tablespaces

2011-12-07 Thread Magnus Hagander
On Wed, Dec 7, 2011 at 10:05, Magnus Hagander wrote: > On Tue, Dec 6, 2011 at 17:07, Tom Lane wrote: >> Magnus Hagander writes: >>> There is some nice precedent in the CREATE TABLESPACE command (though >>> dependent on HAVE_SYMLINK and not HAVE_READLINK), so I'm

Re: [HACKERS] [DOCS] Moving tablespaces

2011-12-07 Thread Magnus Hagander
On Tue, Dec 6, 2011 at 17:07, Tom Lane wrote: > Magnus Hagander writes: >> There is some nice precedent in the CREATE TABLESPACE command (though >> dependent on HAVE_SYMLINK and not HAVE_READLINK), so I'm just going to >> copy the error message from there. > >

Re: [HACKERS] [DOCS] Moving tablespaces

2011-12-06 Thread Magnus Hagander
On Tue, Dec 6, 2011 at 16:17, Tom Lane wrote: > Magnus Hagander writes: >> Throwing an error seems a lot more safe in this case than just >> returning NULL. Since it's a situtation that really shouldn't happen. >> Maybe an assert, but I think a regular erep

Re: [HACKERS] [DOCS] Moving tablespaces

2011-12-06 Thread Magnus Hagander
On Tue, Dec 6, 2011 at 16:12, Tom Lane wrote: > Magnus Hagander writes: >> AFAICT, it should be as simple as the attached. > > Oh, one other thought is that the function body has to be > conditionalized on HAVE_READLINK (the fact that you forgot that > somewhere else is

Re: [HACKERS] [DOCS] Moving tablespaces

2011-12-06 Thread Magnus Hagander
7;s *some* way to > do it on any platform with symlinks. AFAICT, it should be as simple as the attached. Doesn't include the required fixes for pg_upgrade, I'll get on those next. --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-lin

Re: [DOCS] pg_stat_get_wal_senders documented

2011-12-06 Thread Magnus Hagander
tion) should be > documented too. Patch is attached. Yes, it's an oversight, and it should. Patch applied - thanks! --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to

Re: [DOCS] Moving tablespaces

2011-12-04 Thread Magnus Hagander
On Sun, Dec 4, 2011 at 17:41, Tom Lane wrote: > Magnus Hagander writes: >> And IIRC, we don't actually *use* spclocation anywhere. > > Just for pg_dump, I think. pg_dumpall :-) It's also used in pg_upgrade and pg_basebackup, but those are easily dealt with if we

Re: [DOCS] Moving tablespaces

2011-12-04 Thread Magnus Hagander
On Sun, Dec 4, 2011 at 17:12, Bruce Momjian wrote: > Magnus Hagander wrote: >> On Sun, Dec 4, 2011 at 00:43, Bruce Momjian wrote: >> > Do we have any documentation about how to move a tablespace to a new >> > directory? ?If not, I think we should write some. >&

Re: [DOCS] Moving tablespaces

2011-12-04 Thread Magnus Hagander
really can't be considered supported, can it?) --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- 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] PG documentation build is wedged

2011-11-23 Thread Magnus Hagander
next week. (Actually, didn't realize they were broken - it's just that their new location is planned to go live next week, which will implicitly fix this problem) --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- 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] Link to PAM pages broken

2011-10-29 Thread Magnus Hagander
stumbled upon this which > might be worth linking to for Solaris: > > http://download.oracle.com/docs/cd/E19082-01/819-3321/pam-1/index.html That doesn't look like an URL that's necessarily very stable... Would it perhaps be a good idea to have the link in the docs just go t

Re: [DOCS] Documentation 9.1 - can't be searched

2011-09-21 Thread Magnus Hagander
On Wed, Sep 21, 2011 at 13:52, Stefan Wolf wrote: > www.postgresql.org/docs/9.1/static/index.html > > > > „Your search for XX returned no hits“ Fixed, thanks for reporting it! --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent

Re: [DOCS] somewhat wrong archive_command example

2011-09-20 Thread Magnus Hagander
On Wed, Sep 21, 2011 at 03:58, Fujii Masao wrote: > On Tue, Sep 20, 2011 at 10:34 PM, Magnus Hagander wrote: >> On Tue, Sep 20, 2011 at 15:17, Peter Eisentraut wrote: >>> At >>> http://www.postgresql.org/docs/current/static/continuous-archiving.html >>> we sa

Re: [DOCS] somewhat wrong archive_command example

2011-09-20 Thread Magnus Hagander
oks very simple: > > archive_command = 'local_backup_script.sh' > """ > > It seems to me, however, that even a simple archive_command like that > ought to contain at least %p, right? Should always need both %p and %f, no? --  Magnus Hagander  Me: http://w

Re: [DOCS] File_FDW with example

2011-06-17 Thread Magnus Hagander
ler; ERROR: foreign-data wrapper "file_fdw" already exists because CREATE EXTENSION creates that one for you... --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make

Re: [DOCS] should pg_basebackup be listed as a server application?

2011-05-08 Thread Magnus Hagander
ewer server, but I see no reason why pg_basebackup 9.2 shouldn't work with a 9.1 server, for example. I'm not sure if it'd go in a server or client RPM though, I'll let a packager comment on that part. --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill

Re: [DOCS] Error in SSL config documentation?

2011-05-07 Thread Magnus Hagander
On Sat, May 7, 2011 at 20:03, Khusro Jaleel wrote: > On 07/05/11 18:46, Magnus Hagander wrote: > >> clientcert=1 makes the server request a client certificate - but does >> not use it for authentication. So the client just has to present *any >> valid* client certi

Re: [DOCS] Error in SSL config documentation?

2011-05-07 Thread Magnus Hagander
oes not use it for authentication. So the client just has to present *any valid* client certificate, and can then use whatever other authenticaiton method is specified (md5, ldap, etc). --  Magnus Hagander  Me: http://www.hagander.net/  Work: http://www.redpill-linpro.com/ -- Sent via pgsql-d

  1   2   >