[DOCS] Discouraging new projects from pgFoundry

2012-04-09 Thread Thom Brown
Hi,

Here's an extract from our docs: "If you have a PostgreSQL-related
open source project that you would like to have hosted at PgFoundry,
please feel free to create a new project there."

Link: http://www.postgresql.org/docs/9.1/static/external-projects.html

-- 
Thom

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Replication docs update

2012-04-09 Thread Bruce Momjian
On Tue, Mar 20, 2012 at 05:26:43PM -0400, Bruce Momjian wrote:
> Our chapter, "Comparison of Different Solutions", needs an update to use
> our new streaming replication terminology, and an update to mention the
> synchronous option.
> 
> Patch attached.  I would like to apply it to head and 9.1.

Applied to head.

-- 
  Bruce Momjian  http://momjian.us
  EnterpriseDB http://enterprisedb.com

  + It's impossible for everything to be true. +

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


[DOCS] No such thing as pl/py?

2012-04-09 Thread Thom Brown
Hi,

I noticed that "pl/py" is listed on the procedural languages page
under external projects, and upon following the link, I can't see any
mention of a procedural language. (link:
http://www.postgresql.org/docs/9.1/static/external-pl.html)

Was this added in error?

-- 
Thom

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


[DOCS] Remove duplicate words

2012-04-09 Thread Thom Brown
Hi,

Attached is a patch to remove some duplicate words from the docs.

Thanks

Thom


doc_fixes.patch
Description: Binary data

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] No such thing as pl/py?

2012-04-09 Thread Joshua D. Drake


On 04/09/2012 02:51 PM, Thom Brown wrote:


Hi,

I noticed that "pl/py" is listed on the procedural languages page
under external projects, and upon following the link, I can't see any
mention of a procedural language. (link:
http://www.postgresql.org/docs/9.1/static/external-pl.html)

Was this added in error?



No there is a pl/py it is an alternative pl/python.

JD

--
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Support, Training, Professional Services and Development
The PostgreSQL Conference - http://www.postgresqlconference.org/
@cmdpromptinc - @postgresconf - 509-416-6579

--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] No such thing as pl/py?

2012-04-09 Thread Kevin Grittner
Thom Brown  wrote:
 
> I noticed that "pl/py" is listed on the procedural languages page
> under external projects, and upon following the link, I can't see
any
> mention of a procedural language.
 
At the bottom/left corner of the linked page was a link to here:
 
http://python.projects.postgresql.org/backend/
 
-Kevin

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] No such thing as pl/py?

2012-04-09 Thread Thom Brown
On 9 April 2012 23:17, Kevin Grittner  wrote:
> Thom Brown  wrote:
>
>> I noticed that "pl/py" is listed on the procedural languages page
>> under external projects, and upon following the link, I can't see
> any
>> mention of a procedural language.
>
> At the bottom/left corner of the linked page was a link to here:
>
> http://python.projects.postgresql.org/backend/

Ah okay.  Perhaps it should link to that URL then.

Thom



-- 
Thom

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] No such thing as pl/py?

2012-04-09 Thread Kevin Grittner
Thom Brown  wrote:
> Kevin Grittner  wrote:
>> Thom Brown  wrote:
>>
>>> I noticed that "pl/py" is listed on the procedural languages
>>> page under external projects, and upon following the link, I
>>> can't see any mention of a procedural language.
>>
>> At the bottom/left corner of the linked page was a link to here:
>>
>> http://python.projects.postgresql.org/backend/
> 
> Ah okay.  Perhaps it should link to that URL then.
 
I think it should.
 
-Kevin

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Remove duplicate words

2012-04-09 Thread Heikki Linnakangas

On 10.04.2012 00:56, Thom Brown wrote:

Attached is a patch to remove some duplicate words from the docs.


Thanks, applied.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Discouraging new projects from pgFoundry

2012-04-09 Thread Heikki Linnakangas

On 09.04.2012 21:23, Thom Brown wrote:

Hi,

Here's an extract from our docs: "If you have a PostgreSQL-related
open source project that you would like to have hosted at PgFoundry,
please feel free to create a new project there."

Link: http://www.postgresql.org/docs/9.1/static/external-projects.html


Yeah, that needs updating. But I'm not sure what to update it to. I also 
note that www.pgfoundry.org has no notice that we're planning to pull 
the plug on it.


I've been thinking of migrating pldebugger out of pgfoundry, converting 
it to git, and modernizing it by packaging as an extension. What should 
I do? I can host the git repository at github or git.postgresql.org, but 
what's the best place to get a website, a wiki, and a mailing list these 
days? sourceforge?


--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] No such thing as pl/py?

2012-04-09 Thread Heikki Linnakangas

On 10.04.2012 03:26, Kevin Grittner wrote:

Thom Brown  wrote:

Kevin Grittner  wrote:

Thom Brown  wrote:


I noticed that "pl/py" is listed on the procedural languages
page under external projects, and upon following the link, I
can't see any mention of a procedural language.


At the bottom/left corner of the linked page was a link to here:

http://python.projects.postgresql.org/backend/


Ah okay.  Perhaps it should link to that URL then.


I think it should.


Ok, URL changed.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs