Re: psql in bash - how to clear screen?

From: Luiz Eduardo Cantanhede Neri <lecneri(at)gmail(dot)com>
To: postgresql novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: psql in bash - how to clear screen?
Date: 2009-10-07 00:29:01
Message-ID: 252e1f290910061729v17de3726p68fb9c362025eb85@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

>
> If you are on linux try \! clear if you are using windows try \! cls
>
>
> On Tue, Oct 6, 2009 at 12:25 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
>> Tom Holderness <tom(dot)holderness(at)newcastle(dot)ac(dot)uk> writes:
>> > when I use psql in a bash terminal is there way to clear the psql
>> screen?
>> > Standard bash clear commands (e.g. Ctrl+l) clear screen and log me out
>> of psql.
>>
>> FWIW, control-L works fine for me. Maybe you have a broken version of
>> libreadline?
>>
>> regards, tom lane
>>
>> --
>> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-novice
>>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Professor Flávio Brito 2009-10-07 16:01:36 /Var Partition Full - How can a change PGDATA?
Previous Message Josh Kupershmidt 2009-10-06 15:38:25 Re: What is the role of #fsync and #synchronous_commit in configuration file .