|
|||||||||||
|
Re: [GENERAL] 2 versions running & using pg_dumpall
From: Ralph Smith <smithrn(at)u.washington.edu>
Date: Thu Oct 25 2007 - 15:48:16 EDT
> Ralph Smith <smithrn@u.washington.edu> writes: postgres=# \l
List of databases
airburst | root | SQL_ASCII postgres | postgres | UTF8 template0 | postgres | UTF8 template1 | postgres | UTF8 (4 rows) postgres=# select * from pg_database ; datname | datdba | encoding | datistemplate | datallowconn | datconnlimit | datlastsysoid | datfrozenxid | dattablespace | datconfig | datacl
-----------+--------+----------+---------------+--------------
+--------------+---------------+--------------+---------------
+-----------+-------------------------------------
postgres | 10 | 6 | f | t
| -1 | 10818 | 524 | 1663
| |
template1 | 10 | 6 | t | t
| -1 | 10818 | 524 | 1663
| | {=c/postgres,postgres=CTc/postgres}
template0 | 10 | 6 | t | f
| -1 | 10818 | 524 | 1663
| | {=c/postgres,postgres=CTc/postgres}
airburst | 17032 | 0 | f | t
| -1 | 10818 | 524 | 1663
| |
(4 rows) From 7.4's postgresql.conf in /etc/postgresql/7.4/main: #----------------------------------------------------------------------- # CONNECTIONS AND AUTHENTICATION #----------------------------------------------------------------------- # - Connection Settings -
tcpip_socket = true
# note: increasing max_connections costs about 500 bytes of shared # memory per connection slot, in addition to costs from shared_buffers
# and max_locks_per_transaction.
#superuser_reserved_connections = 2
#unix_socket_group = '' #unix_socket_permissions = 0777 # octal #virtual_host = '' # what interface to listen on;defaults to any From 8.2's postgresql.conf in /etc/postgresql/8.2/main: #----------------------------------------------------------------------- # CONNECTIONS AND AUTHENTICATION #----------------------------------------------------------------------- # - Connection Settings - #listen_addresses = 'localhost' # what IP address(es) to listen on;
# comma-separated list of
addresses;
# defaults to 'localhost',
'*' = all
# (change requires restart)
port = 5432 # (change requires restart)
I certainly can use some help!
Ralph Smith
Received on Thu Oct 25 15:52:15 2007 This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 18:53:37 EDT |
||||||||||
|
|||||||||||