Re: PostgreSQL Qs

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: PostgreSQL Qs
Дата
Msg-id 20030507220249.B11722@hermes.hilbert.loc
обсуждение исходный текст
Ответ на PostgreSQL Qs  (Jon Earle <je_pgsql@kronos.honk.org>)
Список pgsql-general
> export DBI_DSN=dbi:Pg:dbname=template1
> export DBI_USER=postgres
> export DBI_PASS=xxxxxx
Routinely accessing your databases as postgres is akin to
running your Debian system as root all the time. Create a
DB user, give proper rights to that user and go from there.

Also, avoid changing template1 unless you know what you are
doing. Create and use another DB for testing.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


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

Предыдущее
От: "Scott W. Hill"
Дата:
Сообщение: Re: Restoring 7.3.x Data on 7.2.x Database
Следующее
От: Jon Earle
Дата:
Сообщение: Re: PostgreSQL Qs