[DOCS] Updated Russian translation of FAQ

2007-10-27 Thread Виктор Вислобоков
Hello.

There is update Russian translation of FAQ in attachment.


2 Bruce:

a) IMHO this is not full correctly for understanding:

If a table is created WITH OIDS, each row gets a unique a
OID.  OIDs are
automatically assigned unique 4-byte integers that are unique across the
entire installation.  However, they overflow at 4 billion, and then
the OIDs start being duplicated.

How OID can be "UNIQUE acrcoss ENTIRE INSTALLATION" and in same time "then
OID start being DUPLICATED"? IMHO there two mutually exclusive facts.

b) May be, this need to make more exact?

Other machines will not be able to connect unless you modify *
listen_addresses* in the *postgresql.conf* file, enable host-based
authentication by modifying the *$PGDATA/pg_hba.conf* file, and restart the
server.

In previous versions of FAQ, was: "postmaster" instead "server". Now, It
will be confuse: What is server? Database server or computer?


FAQ_russian.html.gz
Description: GNU Zip compressed data

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


[DOCS] Two fixes for 8.3b1 references

2007-10-27 Thread Guillaume Lelarge
Hi,

You'll find attached a patch that fixes two mistakes in 8.3b1 manual.
Please apply. Thanks.

Regards.


-- 
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com
Index: doc/src/sgml/ref/create_type.sgml
===
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v
retrieving revision 1.72
diff -r1.72 create_type.sgml
615c615
< serial id,
---
> id serial,
Index: doc/src/sgml/ref/psql-ref.sgml
===
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v
retrieving revision 1.195
diff -r1.195 psql-ref.sgml
1660c1660
<   which will enable or display the tuples only mode.  If the
---
>   which will enable or disable the tuples only mode.  If the

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [DOCS] Updated Russian translation of FAQ

2007-10-27 Thread Euler Taveira de Oliveira
Виктор Вислобоков wrote:

> How OID can be "UNIQUE acrcoss ENTIRE INSTALLATION" and in same time
> "then OID start being DUPLICATED"? IMHO there two mutually exclusive facts.
> 
"unique across database cluster"?

> Other machines will not be able to connect unless you modify
> /listen_addresses/ in the /postgresql.conf/ file, enable host-based
> authentication by modifying the /$PGDATA/pg_hba.conf/ file, and restart
> the server.
> 
"... and restart the PostgreSQL server"?


-- 
  Euler Taveira de Oliveira
  http://www.timbira.com/

---(end of broadcast)---
TIP 6: explain analyze is your friend