1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update replication todo.

This commit is contained in:
Bruce Momjian
2000-06-01 19:46:29 +00:00
parent 49ee133424
commit 2b0956e783
3 changed files with 914 additions and 4 deletions

View File

@ -628,7 +628,7 @@ support configured in your kernel at all.<P>
accessing my PostgreSQL database?</H4><P>
By default, PostgreSQL only allows connections from the local machine
using unix domain sockets. Other machines will not be able to connect
using Unix domain sockets. Other machines will not be able to connect
unless you add the <I>-i</I> flag to the <I>postmaster,</I>
<B>and</B> enable host-based authentication by modifying the file
<I>$PGDATA/pg_hba.conf</I> accordingly. This will allow TCP/IP connections.
@ -852,9 +852,12 @@ Maximum size for a table? unlimited on all operating systems
Maximum size for a row? 8k, configurable to 32k
Maximum number of rows in a table? unlimited
Maximum number of columns table? unlimited
Maximun number of indexes on a table? unlimited
Maximum number of indexes on a table? unlimited
</PRE>
Of course, these are not actually unlimited, but limited to available
disk space.<P>
To change the maximum row size, edit <I>include/config.h</I> and change
<SMALL>BLCKSZ.</SMALL> To use attributes larger than 8K, you can also
use the large object interface.<P>