From: | Sterling <smullett(at)omeninc(dot)com> |
---|---|
To: | "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
Subject: | Buncho-Text during commands. |
Date: | 2000-12-08 19:26:30 |
Message-ID: | 3A3135E6.2D3AAB81@omeninc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
H-
Well I have been able to get the lastest postgres up and running on the
system. Yeah!! 8^)
I do have a concern though.
Every command I put into the database dumps a whole bunch of text and
then the answer.
For example:
template1=# \l
001208.15:25:43.529 [2824] StartTransactionCommand
001208.15:25:43.529 [2824] query: SELECT pg_database.datname as
"Database",
pg_user.usename as "Owner",
pg_encoding_to_char(pg_database.encoding) as "Encoding"FROM
pg_database, pg_user
WHERE pg_database.datdba = pg_user.usesysid
UNION
SELECT pg_database.datname as "Database",
NULL as "Owner",
pg_encoding_to_char(pg_database.encoding) as "Encoding"FROM
pg_database
WHERE pg_database.datdba NOT IN (SELECT usesysid FROM pg_user)
ORDER BY "Database"
001208.15:25:43.537 [2824] ProcessQuery
001208.15:25:43.539 [2824] CommitTransactionCommand
List of databases
Database | Owner | Encoding
-----------+----------+-----------
template1 | postgres | SQL_ASCII
This use to not do this.
Is there a way to put all this stuff in the background? Or is this
installation not working correctly?
Thanks for any info you might have.
-Sterling
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Burton | 2000-12-08 19:51:52 | Re: Buncho-Text during commands. |
Previous Message | Tom Lane | 2000-12-08 19:21:23 | Re: OK, does anyone have any better ideas? |