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 rege
Tom Lane wrote:
> Bruce Momjian 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.
>
> Whe
Bruce Momjian 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 come from? The ac
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
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
Josh Berkus <[EMAIL PROTECTED]> writes:
> Re-building CVS I noticed that I never submitted this doc-only patch to
> postgresql.conf.sample.
Applied, with a little extra massaging of my own.
regards, tom lane
---(end of broadcast)--
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: /projects/cvsroot/pgsql-server
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.
--
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 |
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:
[ Attachmen
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: /projects/cvsroot/pgsql-server/doc/src/sgml/ref/create_table.sgml,
11 matches
Mail list logo