Re: [DOCS] Feature description: TABLE statement content error

2012-08-10 Thread Bruce Momjian
On Tue, Jul 26, 2011 at 05:23:58PM +0200, Miroslav Špehar wrote:
> Hi,
> 
> there is an error showing description of table statement.
> Please check the details at http://www.postgresql.org/about/featuredetail/
> feature.146

It is correct now?

http://www.postgresql.org/about/featurematrix/detail/146/

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

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

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


Re: [DOCS] postgres-9.1beta3 typo: recommendable --> recommended

2012-08-10 Thread Bruce Momjian
On Mon, Aug 15, 2011 at 01:59:43PM -0400, Robert Haas wrote:
> On Tue, Aug 2, 2011 at 12:53 AM, Jaime Casanova  wrote:
> > On Fri, Jul 29, 2011 at 1:42 AM, Gavin Flower
> >  wrote:
> >> /postgres-9.1/share/doc/html/manage-ag-overview.html
> >> In the folowing partagrasoh 'recommendable' should be 'recommended'.
> >>
> >> [...]
> >> Databases are physically separated and access
> >> control is managed at the connection level. If one PostgreSQL server
> >> instance is to house projects or users that should be separate and for the
> >> most part unaware of each other, it is therefore recommendable to put them
> >> into separate databases. If the projects or users are interrelated and
> >> should be able to use each other's resources, they should be put in the 
> >> same
> >> database but possibly into separate schemas.
> >> [...]
> >>
> >
> > maybe it's because i'm not a natural english speaker but this sounds
> > like we are recommended to put the users in another database. probably
> > it is refering to the user's resources... maybe we can make it more
> > explicit?
> 
> The only thing that seems weird about it to me is that recommendable
> is a word that is almost never used by native English speakers.  Or at
> least not the native English speakers I know.

I did some research on this and this was the best description I could
find was:

http://forum.wordreference.com/showthread.php?t=693689

If you want to suggest others use it, it is recommended. If you want to
suggest others tell their friends and aquaintances to use it, it would
be recommendable. 

I think all doc mentions of 'recommendable' should be changed to
'recommended'.

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

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

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


[DOCS] Documentation cross reference from copy to \copy

2012-08-10 Thread Jeff Janes
Where the SQL COPY command warns us not to confuse it with \copy, a
link to \copy would be useful.  The attached patch implements that,
but I'm not sure it does so in the preferred way.

Thanks,

Jeff


copy_crossref_v1.patch
Description: Binary data
-
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs