Re: silence and failure of SQL commands

Поиск
Список
Период
Сортировка
От Leif Biberg Kristensen
Тема Re: silence and failure of SQL commands
Дата
Msg-id 201104282242.44925.leif@solumslekt.org
обсуждение исходный текст
Ответ на Re: silence and failure of SQL commands  (Robert Poor <rdpoor@gmail.com>)
Ответы Re: silence and failure of SQL commands  (Robert Poor <rdpoor@gmail.com>)
Список pgsql-novice
On Thursday 28 April 2011 22:22:24 Robert Poor wrote:

> postgres=# SELECT * FROM users
> +#

Just a piece of advice, since this is a novice list: postgres is a privileged
user (per default *the* privileged user), and you should never log in and
execute queries as such unless there is a very specific reason to do so. You
should create a user with ordinary privileges and normally use that account.
Otherwise, you run a great risk of shooting yourself in the foot, as a lot of
people have realized a little too late.

The prompt for a regular user will appear as => while the =# shows that you're
logged in as a super-user.

regards, Leif

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

Предыдущее
От: Lew
Дата:
Сообщение: Re: failure and silence of SQL commands
Следующее
От: Robert Poor
Дата:
Сообщение: Re: silence and failure of SQL commands