|
|||||||||||
|
Re: [GENERAL] 2 versions running & using pg_dumpall
From: Ralph Smith <smithrn(at)u.washington.edu>
Date: Thu Oct 25 2007 - 16:32:24 EDT
> Ralph Smith <smithrn@u.washington.edu> writes: Oops. And I thought I got over NOT using the full path to the commands... Sorry about that. postgres@smithrn-ltb1:/usr/lib/postgresql/7.4/bin$ ./psql Welcome to psql 7.4.13, the PostgreSQL interactive terminal. Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
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)
Ralph Smith
Received on Thu Oct 25 16:35:57 2007 This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 18:53:43 EDT |
||||||||||
|
|||||||||||