Buncho-Text during commands.

Поиск
Список
Период
Сортировка
От Sterling
Тема Buncho-Text during commands.
Дата
Msg-id 3A3135E6.2D3AAB81@omeninc.com
обсуждение исходный текст
Ответы Re: Buncho-Text during commands.
Список 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







В списке pgsql-novice по дате отправления:

Предыдущее
От: Bruno Dickhoff
Дата:
Сообщение: Re[2]: access.mdb import
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: Buncho-Text during commands.