[DOCS] missing SQL BEGIN in example ECPG Program Accessing Large Objects

2016-08-08 Thread tmaeke
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.5/static/ecpg-lo.html Description: Example 33-2. ECPG Program Accessing Large Objects after EXEC SQL CONNECT missing (at least for 9.4.8) EXEC SQL BEGIN; before first lo_

Re: [DOCS] pg_trgm authors

2016-08-08 Thread Tom Lane
Simon Riggs writes: > My understanding was that we didn't mention authors anymore on contrib > modules? There's been some discussion of instituting such a policy, but we haven't really done it yet; certainly nobody's ventured to remove the credits sections that are there. (A quick grep for "Aut

Re: [DOCS] pg_trgm authors

2016-08-08 Thread Simon Riggs
On 8 August 2016 at 19:02, Bruce Momjian wrote: > On Mon, Aug 8, 2016 at 03:20:01PM +0300, Oleg Bartunov wrote: >> Attached is a small patch to pg_trgm documentation, which indicates >> Alexander Korotkov as co-author. He made a lot of improvements to >> pg_trgm and I think it's fair to mention h

Re: [DOCS] pg_trgm authors

2016-08-08 Thread Bruce Momjian
On Mon, Aug 8, 2016 at 03:20:01PM +0300, Oleg Bartunov wrote: > Attached is a small patch to pg_trgm documentation, which indicates > Alexander Korotkov as co-author. He made a lot of improvements to > pg_trgm and I think it's fair to mention him as author too. Thanks, patch applied to head. --

Re: [DOCS] Some minor error fixes

2016-08-08 Thread Peter Eisentraut
On 7/15/16 12:06 AM, Alexander Law wrote: > Regarding 6, please look at the old documentation: > http://www.postgresql.org/docs/9.1/static/pgcrypto.html#PGCRYPTO-HASH-SPEED-TABLE > It contains "crypt-bf/5 | 211" in the table and "john -test shows 213 > loops/sec for crypt-bf/5" below the table. (T

[DOCS] pg_trgm authors

2016-08-08 Thread Oleg Bartunov
Attached is a small patch to pg_trgm documentation, which indicates Alexander Korotkov as co-author. He made a lot of improvements to pg_trgm and I think it's fair to mention him as author too. Regards, Oleg diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml new file mode 100644 inde