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

2017-10-13 Thread Magnus Hagander
On Thu, Oct 12, 2017 at 12:13 PM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/bug-reporting.html > Description: > > on https://www.postgresql.org/download/linux/redhat/ > for optional initialize it says: > /usr/p

[DOCS] Error in download page for pg10 - redhat

2017-10-12 Thread pgo
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/bug-reporting.html Description: on https://www.postgresql.org/download/linux/redhat/ for optional initialize it says: /usr/pgsql-10/bin/postgresql10-setup initdb That file does not

Re: [DOCS] Error in to_timestamp() example

2016-12-29 Thread Tom Lane
michaelr...@gmail.com writes: > In this example: > > Here is a more complex example: > to_timestamp('15:12:02.020.001230', > 'HH:MI:SS.MS.US') is 15 hours, 12 minutes, and 2 seconds + 20 > milliseconds + > 1230 microseconds = 2.021230 seconds. > HH needs to be HH24 You're right, thanks for rep

[DOCS] Error in to_timestamp() example

2016-12-29 Thread michaelrush
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/functions-formatting.html Description: In this example: > Here is a more complex example: to_timestamp('15:12:02.020.001230', 'HH:MI:SS.MS.US') is 15 hours, 12 minutes, and 2 seco

Re: [DOCS] Error when trying to start server

2016-12-27 Thread Michael Paquier
On Sun, Dec 25, 2016 at 11:42 PM, wrote: > I just installed version 9.6.1 on RHEL 6.5 x64. I used the installed from > your documentation page. > I tried to start the database and got: > > postgres -D /opt/PostgreSQL/9.6/data > FATAL: unrecognized configuration parameter > "dynamic_shared_memor

[DOCS] Error when trying to start server

2016-12-27 Thread meirav . rath
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/server-start.html Description: I just installed version 9.6.1 on RHEL 6.5 x64. I used the installed from your documentation page. I tried to start the database and got: postgres

Re: [DOCS] Error in the repo for 9.5-3

2016-07-13 Thread Devrim Gündüz
Hi Marcin, The version of the repo files != the version of PostgreSQL packages. pgdg-fedora or pgdg-redhat (or whatever) are the repo packages, and they carry only the major number: 9.5. The rest is the build number for that specific package. So, there is nothing incorrect there. Please email

[DOCS] Error in the repo for 9.5-3

2016-07-12 Thread marcin . kosmicki
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/release-9-5-3.html Description: Hi team, Location https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/ should contain repo for 9.5-3, but for some reason it doe

Re: [DOCS] Error in xindex.sgml

2016-05-02 Thread Guillaume Lelarge
Le 2 mai 2016 3:39 AM, "Peter Eisentraut" a écrit : > > On 05/01/2016 11:18 AM, Guillaume Lelarge wrote: > > While updating the translation to the latest minor releases, I found > > this in xindex.sgml: > > > > > > GIN Support Functions > > > > Shouldn't this be "BRIN Support Functions"? >

[DOCS] Error in xindex.sgml

2016-05-01 Thread Guillaume Lelarge
Hi, While updating the translation to the latest minor releases, I found this in xindex.sgml: GIN Support Functions Shouldn't this be "BRIN Support Functions"? Patch attached (for 9.5 and master). Regards. -- Guillaume. http://blog.guillaume.lelarge.info http://www.dalibo.com di

[DOCS] Error in ALTER TABLE documentation

2015-08-14 Thread Tom Lane
The Notes section of the ALTER TABLE reference page explains that ALTER DROP COLUMN doesn't immediately reclaim any space, and then says: To force an immediate rewrite of the table, you can use VACUUM FULL, CLUSTER or one of the forms of ALTER TABLE that forces a rewrite. This results

Re: [DOCS] error codes table

2011-05-19 Thread Euler Taveira de Oliveira
Em 19-05-2011 18:04, Peter Eisentraut escreveu: I think we should just remove the second column from the table and rephrase the paragraph above it accordingly. At some point in the future we could introduce a separate optional data field that adds actual additional information about the error co

[DOCS] error codes table

2011-05-19 Thread Peter Eisentraut
Ref: http://developer.postgresql.org/pgdocs/postgres/errcodes-appendix.html It seems to me that the second and the third column in that table are redundant. The third is just the second with underscores and lower-case letters. I find this pretty confusing, first because of the sheer (apparent) v

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 certificate, and can then use whatever

Re: [DOCS] Error in SSL config documentation?

2011-05-07 Thread Khusro Jaleel
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 certificate, and can then use whatever other authenticaiton method is specified (md5, ldap, etc).

Re: [DOCS] Error in SSL config documentation?

2011-05-07 Thread Magnus Hagander
On Sat, May 7, 2011 at 18:40, Khusro Jaleel wrote: > Hello, according to section 17.8.1 of the docs, I have added "clientcert" to > a hostssl line in my pg_hba.conf file, but upon restart of the server, I'm > getting the following error and the server fails to start up: > > LOG:  invalid authentic

[DOCS] Error in SSL config documentation?

2011-05-07 Thread Khusro Jaleel
Hello, according to section 17.8.1 of the docs, I have added "clientcert" to a hostssl line in my pg_hba.conf file, but upon restart of the server, I'm getting the following error and the server fails to start up: LOG: invalid authentication method "clientcert" CONTEXT: line 82 of configurat

Re: [DOCS] error in oracle to plpgsql documentation ?

2010-07-27 Thread Robert Haas
On Wed, Jul 21, 2010 at 1:07 PM, Kevin Grittner wrote: > Marc Cousin wrote: > >> DECLARE >>     CURSOR referrer_keys IS > >> I guess it should be >> >> DECLARE >>     referrer_keys CURSOR IS > >> If I'm right, a patch is attached (the code works with the >> correction) > > The patch looks correct

Re: [DOCS] error in oracle to plpgsql documentation ?

2010-07-21 Thread Kevin Grittner
Marc Cousin wrote: > DECLARE > CURSOR referrer_keys IS > I guess it should be > > DECLARE > referrer_keys CURSOR IS > If I'm right, a patch is attached (the code works with the > correction) The patch looks correct to me. -Kevin -- Sent via pgsql-docs mailing list (pgsql-docs@

[DOCS] error in oracle to plpgsql documentation ?

2010-07-21 Thread Marc Cousin
Hi, A user had a syntax problem with a cursor declaration. After a bit of digging, the code he used came directly from the documentation : DECLARE CURSOR referrer_keys IS SELECT * FROM cs_referrer_keys ORDER BY try_order; func_body text; func_cmd text; I guess it sho

Re: [DOCS] error in documentation?

2007-09-24 Thread Michael Cochez
My reasoning was : Look to every query on a time line savepoint 1 query 1 savepoint j query j . savepoint n query n When I release savepoint j , I think 'everythin before savepoint j is ok and safe', and so I don't need the savepoints before savepoint j anymore (cause they're save) when

Re: [DOCS] error in documentation?

2007-09-24 Thread Phil Frost
On Sep 24, 2007, at 10:03 , Michael Cochez wrote: In http://www.postgresql.org/docs/8.2/static/tutorial- transactions.html "After rolling back to a savepoint, it continues to be defined, so you can roll back to it several times. Conversely, if you are sure you won't need to roll back to a p

[DOCS] error in documentation?

2007-09-24 Thread Michael Cochez
In http://www.postgresql.org/docs/8.2/static/tutorial-transactions.html "After rolling back to a savepoint, it continues to be defined, so you can roll back to it several times. Conversely, if you are sure you won't need to roll back to a particular savepoint again, it can be released, so the sys

[DOCS] Error

2005-05-31 Thread gunnar . skogen
Dosya eki: document.zip Bu postaya eklenmis bir dosya, viruslu oldugu icin silindi. Result: Virus Detected Virus Name: [EMAIL PROTECTED] File Attachment: document.zip Attachment Status: deleted ---(end of broadcast)--- TIP 2: you can get off

[DOCS] error in plpgsql-statements.html#PLPGSQL-SELECT-INTO

2003-11-24 Thread Marcos Truchado
Hi. I have just learned how to create my own triggers on plpgsql language, and I think I have discover an error into the doc: http://www.postgresql.org/docs/current/static/plpgsql-statements.html#PLPGSQL-SELECT-INTO DECLARE users_rec RECORD; full_name varchar; BEGIN SELECT INT

[DOCS] error in plpgsql-statements.html#PLPGSQL-SELECT-INTO

2003-11-24 Thread Marcos Truchado
Hi. I have just learned how to create my own triggers on plpgsql language, and I think I have discover an error into the doc: http://www.postgresql.org/docs/current/static/plpgsql-statements.html#PLPGSQL-SELECT-INTO DECLARE

[DOCS] Error message listing?

2003-08-14 Thread Josh Berkus
Folks, Am I missing something here? We're preparing for migration, but I can't find anywhere a centralized list of the new error messages. Is it in the source somewhere? If so, can we add it to the documentation? -- -Josh Berkus Aglio Database Solutions San Francisco -

Re: [DOCS] Error message listing?

2003-08-14 Thread Tom Lane
Josh Berkus <[EMAIL PROTECTED]> writes: > Am I missing something here? We're preparing for migration, but I > can't find anywhere a centralized list of the new error messages. Is > it in the source somewhere? If so, can we add it to the > documentation? You could make one by running gettext ---

Re: [DOCS] Error message listing?

2003-08-14 Thread Josh Berkus
Tom, > Or were you looking for src/include/utils/errcodes.h ? More or less. The issue is that many projects have internal code to handle PG error messages by parsing them for certain text. The overhaul of message handling is going to break that code; users need to know what the new messages

Re: [DOCS] Error message listing?

2003-08-14 Thread Francois Suter
The issue is that many projects have internal code to handle PG error messages by parsing them for certain text. The overhaul of message handling is going to break that code; users need to know what the new messages and/or codes are before migrating. I concur, I have such an application and it

Re: [DOCS] Error message listing?

2003-08-14 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> Or were you looking for src/include/utils/errcodes.h ? > I think we should put such a list in the documentation, at least for those > error codes that we have really assigned. I have no objection to that. I have doubts about the

Re: [DOCS] Error message listing?

2003-08-14 Thread elein
The point of including the message texts is for people supporting various versions who are looking directly at the message texts for earlier versions. This also allows them to upgrade the error handling to use the new error codes instead of relying on the message text (which is what we want). ele

Re: [DOCS] Error message listing?

2003-08-14 Thread Francois Suter
The issue is that many projects have internal code to handle PG error messages by parsing them for certain text. The overhaul of message handling is going to break that code; users need to know what the new messages and/or codes are before migrating. I concur, I have such an application and it

Re: [DOCS] Error message listing?

2003-08-14 Thread Peter Eisentraut
Tom Lane writes: > Or were you looking for src/include/utils/errcodes.h ? I think we should put such a list in the documentation, at least for those error codes that we have really assigned. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--