Updated Russian translation of FAQ - Mailing list pgsql-docs

From Виктор Вислобоков
Subject Updated Russian translation of FAQ
Date
Msg-id 1f60b6160710271333i50c846d3xd18a9fa7bc6905b5@mail.gmail.com
Whole thread Raw
Responses Re: Updated Russian translation of FAQ
Re: Updated Russian translation of FAQ
Re: Updated Russian translation of FAQ
List pgsql-docs
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 <SMALL>WITH OIDS</SMALL>, each row gets a unique a <SMALL>OID</SMALL>.  O<SMALL>ID</SMALL>s are
automatically assigned unique 4-byte integers that are unique across the entire installation.  However, they overflow at 4 billion, and then
the O<SMALL>ID</SMALL>s 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?
Attachment

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Tsearch docs question
Next
From: Guillaume Lelarge
Date:
Subject: Two fixes for 8.3b1 references