If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to pgsql-ports@postgresql.org.
To report any other bug, fill out the form below and e-mail it to
pgsql-bugs@postgresql.org.
If you not only found the problem but solved it and generated a patch
then e-mail it to pgsql-patches@postgresql.org instead. Please use the
command "diff -c" to generate the patch.
You may also enter a bug report at http://www.postgresql.org/ instead of
e-mail-ing this form.
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Marius Schwarz
Your email address : schwarz@power-netz.de
System Configuration
---------------------
Architecture (example: Intel Pentium) : i686
Operating System (example: Linux 2.0.26 ELF) : RH 7.2 kernel 2.4.20
PostgreSQL version (example: PostgreSQL-7.3.4): PostgreSQL-7.3.4
Compiler used (example: gcc 2.95.2) : RPM upgrade from 7.3.2 -> 7.3.4
Please enter a FULL description of your problem:
------------------------------------------------
"psql -d autoforum -U autoforum -h localhost -l"
causes two problems:
- [root@d112 powernetz]# psql -d autoforum -U autoforum -h localhost -l
psql: FATAL: No pg_hba.conf entry for host 127.0.0.1, user autoforum, database template1
- [root@d112 powernetz]# psql -d autoforum -U autoforum -h localhost
psql: FATAL: No pg_hba.conf entry for host 127.0.0.1, user autoforum, database autoforum
--
psql -d autoforum -U autoforum
prompts a password request and works as should work.
--
pg_hba.conf:
local sameuser postgres trust
local sameuser all password
local garbage all password
-----------------------------------------------------------------------------------------
We don't want to upgrade to 7.4.x , except you can tell us if it works without databases
changes like recreating databases via dump/insert aso.
Fell free to reply to : schwarz@power-netz.de