=> or =#

Started by Detlef Jockheckabout 23 years ago2 messagesgeneral
Jump to latest
#1Detlef Jockheck
detlef@jockheck.de

Hi,

the pgsql-prompt sometimes shows "dbname#>" and sometimes shows "dbname=>".
What does this mean?

ciao
Detlef

--
# Dipl. Ing. (FH) Detlef Jockheck
# E-mail: detlef@jockheck.de
# -------------------------------

#2Andrew Overholt
overholt@redhat.com
In reply to: Detlef Jockheck (#1)
Re: => or =#

the pgsql-prompt sometimes shows "dbname#>" and sometimes shows "dbname=>".
What does this mean?

It's the former when you are running psql as a database superuser and the
latter in the opposite case.

Andrew