Re: [PATCHES] small doc patch for regexp_replace

2006-05-30 Thread Bruce Momjian
Patch applied. Thanks. Your documentation changes can be viewed in five minutes using links on the developer's page, http://www.postgresql.org/developer/testing. --- Joachim Wieland wrote: Is there any reason, why

[PATCHES] small doc patch for regexp_replace

2006-05-17 Thread Joachim Wieland
Is there any reason, why regexp_replace is not included in the tables of the string functions? http://developer.postgresql.org/docs/postgres/functions-string.html The appended patch adds regexp_replace() and links to the pattern matching section for substring / regexp_replace. I noticed that in

Re: [PATCHES] small doc patch for regexp_replace

2006-05-17 Thread Bruce Momjian
Joachim Wieland wrote: Is there any reason, why regexp_replace is not included in the tables of the string functions? http://developer.postgresql.org/docs/postgres/functions-string.html The appended patch adds regexp_replace() and links to the pattern matching section for substring /

Re: [PATCHES] small doc patch for regexp_replace

2006-05-17 Thread Tom Lane
Bruce Momjian pgman@candle.pha.pa.us writes: Seems there is some inconsistency there. There are two types of function listings, one with just the types, and another with param_name and then type. We use string instead of text because varchar() and char() can also be used. Where did that

[PATCHES] small doc patch for postgresql.conf.sample

2004-09-19 Thread Josh Berkus
Bruce, Re-building CVS I noticed that I never submitted this doc-only patch to postgresql.conf.sample. -- Josh Berkus Aglio Database Solutions San Francisco Index: postgresql.conf.sample === RCS file:

Re: [PATCHES] Small doc patch for area() function...

2004-06-02 Thread Bruce Momjian
Doc patch applied. The geometry diff you attached is related to negative zeros. I think you will find geometry_1.out will be a better match for you. I thought our code now automatically picked the proper geometry file. However, I can't find out how that file is used.

[PATCHES] Small doc patch for area() function...

2004-05-27 Thread Sean Chittenden
Small patch that adds some documentation for the area() function. Specifically, point out that intersecting points in a path will yield (most likely), unexpected results. Visually these are identical paths, but mathematically they're not the same. Ex: area |

Re: [PATCHES] Small Doc Patch

2003-11-11 Thread Bruce Momjian
Patch applied to HEAD and 7.4CVS. Thanks. --- Stephan Szabo wrote: Here's a patch that adds some text mentioning that RESTRICT is not deferrable to the create table reference page. Content-Description: [ Attachment,

[PATCHES] Small Doc Patch

2003-11-09 Thread Stephan Szabo
Here's a patch that adds some text mentioning that RESTRICT is not deferrable to the create table reference page.Index: doc/src/sgml/ref/create_table.sgml === RCS file: