Re: date_part function

Поиск
Список
Период
Сортировка
От Charles Curley
Тема Re: date_part function
Дата
Msg-id 20001229171314.F14072@trib.com
обсуждение исходный текст
Ответ на Re: date_part function  (John Burski <John.Burski@911ep.com>)
Список pgsql-novice
On Fri, Dec 29, 2000 at 03:56:58PM -0600, John Burski wrote:
> My bad!!
>
> I was reading the docs for 7.0.3 (which I've installed on my workstation)
> and ssh'd across to a different box using an older version (6.5.2).  Too
> many xterms running at the same time.  Sheesh!  I need a vacation!

You may need a vacation, but you also need to set your shell prompt up to
set the xterm's title bar to indicate the host and working directory. For
bash:


# Show path in xterm title bar. Originally from Russel & Crawford, "Unix &
# Linux Answers", Osborne, 1998

if [ "$TERM" = xterm ]; then
  PS1='\u@\h \$ \[\033]0;xterm \h:\w\007\]'
else
  PS1='\u@\h \w \\$ '
fi



--

        -- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley
Вложения

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

Предыдущее
От: John Burski
Дата:
Сообщение: Re: date_part function
Следующее
От: Boris
Дата:
Сообщение: Searching datetime infos