Re: Clearing the screen in the pgAdmin PSQL screen

From: Marc Linster <marc(at)marclinster(dot)com>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Clearing the screen in the pgAdmin PSQL screen
Date: 2025-04-21 06:37:37
Message-ID: CAPnyYmztTPoL=k-A-K03YmUcd3U-3+r8X6nKrVF+2MdYKzEfog@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Andy, Kushbook - both don't work on MacOS Sequoia (15.4.1). See below

VERSION = 'PostgreSQL 17.0 on aarch64-apple-darwin22.3.0, compiled by Apple
clang version 14.0.3 (clang-1403.0.22.14.1), 64-bit'
VERSION_NAME = '17.0'
VERSION_NUM = '170000'
postgres=# /!clear
postgres-# ;
ERROR: syntax error at or near "/!"
LINE 1: /!clear
^
postgres=# /!clear;
ERROR: syntax error at or near "/!"
LINE 1: /!clear;
^
postgres=# l
postgres-# ;
ERROR: syntax error at or near "l"
LINE 1: l
^
postgres=#
---------------------------------------
Marc Linster; Marc(at)MarcLinster(dot)com;
https://www.linkedin.com/in/marclinster;
https://marclinster.medium.com
+352 621 430 156

On Mon, Apr 21, 2025 at 8:18 AM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

>
>
> On Mon, Apr 21, 2025 at 11:41 AM Marc Linster <marc(at)marclinster(dot)com>
> wrote:
>
>> The Query Tool has a feature to clear the screen (Option/Alt + Ctrl + L).
>> Does the PSQL Tool have something similar?
>>
> CTRL + L
>
>>
>> Thanks, Marc
>> ---------------------------------------
>> Marc Linster; Marc(at)MarcLinster(dot)com;
>> https://www.linkedin.com/in/marclinster;
>> https://marclinster.medium.com
>> +352 621 430 156
>>
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Khushboo Vashi 2025-04-21 06:50:15 Re: Clearing the screen in the pgAdmin PSQL screen
Previous Message Khushboo Vashi 2025-04-21 06:17:47 Re: Clearing the screen in the pgAdmin PSQL screen