public inbox for [email protected]
help / color / mirror / Atom feedClearing the screen in the pgAdmin PSQL screen
8+ messages / 3 participants
[nested] [flat]
* Clearing the screen in the pgAdmin PSQL screen
@ 2025-04-21 06:11 Marc Linster <[email protected]>
2025-04-21 06:17 ` Re: Clearing the screen in the pgAdmin PSQL screen =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
2025-04-21 06:17 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
0 siblings, 2 replies; 8+ messages in thread
From: Marc Linster @ 2025-04-21 06:11 UTC (permalink / raw)
To: pgadmin-support
The Query Tool has a feature to clear the screen (Option/Alt + Ctrl + L).
Does the PSQL Tool have something similar?
Thanks, Marc
---------------------------------------
Marc Linster; [email protected];
https://www.linkedin.com/in/marclinster;
https://marclinster.medium.com
+352 621 430 156
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Clearing the screen in the pgAdmin PSQL screen
2025-04-21 06:11 Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
@ 2025-04-21 06:17 ` =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
1 sibling, 0 replies; 8+ messages in thread
From: =?utf-8?B?QW5keSBIdWFuZw==?= @ 2025-04-21 06:17 UTC (permalink / raw)
To: =?utf-8?B?TWFyYyBMaW5zdGVy?= <[email protected]>; pgadmin-support
/! clear
---Original---
From: "Marc Linster"<[email protected]>
Date: Mon, Apr 21, 2025 14:11 PM
To: "pgadmin-support"<[email protected]>;
Subject: Clearing the screen in the pgAdmin PSQL screen
The Query Tool has a feature to clear the screen (Option/Alt + Ctrl + L).
Does the PSQL Tool have something similar?
Thanks, Marc
---------------------------------------
Marc Linster; [email protected];
https://www.linkedin.com/in/marclinster;
https://marclinster.medium.com
+352 621 430 156
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Clearing the screen in the pgAdmin PSQL screen
2025-04-21 06:11 Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
@ 2025-04-21 06:17 ` Khushboo Vashi <[email protected]>
2025-04-21 06:37 ` Re: Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
1 sibling, 1 reply; 8+ messages in thread
From: Khushboo Vashi @ 2025-04-21 06:17 UTC (permalink / raw)
To: Marc Linster <[email protected]>; +Cc: pgadmin-support
On Mon, Apr 21, 2025 at 11:41 AM Marc Linster <[email protected]> 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; [email protected];
> https://www.linkedin.com/in/marclinster;
> https://marclinster.medium.com
> +352 621 430 156
>
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Clearing the screen in the pgAdmin PSQL screen
2025-04-21 06:11 Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
2025-04-21 06:17 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
@ 2025-04-21 06:37 ` Marc Linster <[email protected]>
2025-04-21 06:50 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Marc Linster @ 2025-04-21 06:37 UTC (permalink / raw)
To: Khushboo Vashi <[email protected]>; +Cc: 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; [email protected];
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 <
[email protected]> wrote:
>
>
> On Mon, Apr 21, 2025 at 11:41 AM Marc Linster <[email protected]>
> 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; [email protected];
>> https://www.linkedin.com/in/marclinster;
>> https://marclinster.medium.com
>> +352 621 430 156
>>
>
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Clearing the screen in the pgAdmin PSQL screen
2025-04-21 06:11 Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
2025-04-21 06:17 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
2025-04-21 06:37 ` Re: Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
@ 2025-04-21 06:50 ` Khushboo Vashi <[email protected]>
2025-04-21 07:04 ` Re: Clearing the screen in the pgAdmin PSQL screen =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Khushboo Vashi @ 2025-04-21 06:50 UTC (permalink / raw)
To: Marc Linster <[email protected]>; +Cc: pgadmin-support
On Mon, Apr 21, 2025 at 12:07 PM Marc Linster <[email protected]> wrote:
> 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;
>
\! 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; [email protected];
> 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 <
> [email protected]> wrote:
>
>>
>>
>> On Mon, Apr 21, 2025 at 11:41 AM Marc Linster <[email protected]>
>> 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; [email protected];
>>> https://www.linkedin.com/in/marclinster;
>>> https://marclinster.medium.com
>>> +352 621 430 156
>>>
>>
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Clearing the screen in the pgAdmin PSQL screen
2025-04-21 06:11 Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
2025-04-21 06:17 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
2025-04-21 06:37 ` Re: Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
2025-04-21 06:50 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
@ 2025-04-21 07:04 ` =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
2025-04-21 07:16 ` Re: Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: =?utf-8?B?QW5keSBIdWFuZw==?= @ 2025-04-21 07:04 UTC (permalink / raw)
To: =?utf-8?B?S2h1c2hib28gVmFzaGk=?= <[email protected]>; =?utf-8?B?TWFyYyBMaW5zdGVy?= <[email protected]>; +Cc: pgadmin-support
notes: add space before clear
---Original---
From: "Khushboo Vashi"<[email protected]>
Date: Mon, Apr 21, 2025 14:50 PM
To: "Marc Linster"<[email protected]>;
Cc: "pgadmin-support"<[email protected]>;
Subject: Re: Clearing the screen in the pgAdmin PSQL screen
On Mon, Apr 21, 2025 at 12:07 PM Marc Linster <[email protected]> wrote:
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;
\! 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; [email protected];
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 <[email protected]> wrote:
On Mon, Apr 21, 2025 at 11:41 AM Marc Linster <[email protected]> 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; [email protected];
https://www.linkedin.com/in/marclinster;
https://marclinster.medium.com
+352 621 430 156
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Clearing the screen in the pgAdmin PSQL screen
2025-04-21 06:11 Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
2025-04-21 06:17 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
2025-04-21 06:37 ` Re: Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
2025-04-21 06:50 ` Re: Clearing the screen in the pgAdmin PSQL screen Khushboo Vashi <[email protected]>
2025-04-21 07:04 ` Re: Clearing the screen in the pgAdmin PSQL screen =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
@ 2025-04-21 07:16 ` Marc Linster <[email protected]>
0 siblings, 0 replies; 8+ messages in thread
From: Marc Linster @ 2025-04-21 07:16 UTC (permalink / raw)
To: Andy Huang <[email protected]>; +Cc: Khushboo Vashi <[email protected]>; pgadmin-support
\! clear (with space before clear works like a charm).
Thank you, Marc
---------------------------------------
Marc Linster; [email protected];
https://www.linkedin.com/in/marclinster;
https://marclinster.medium.com
+352 621 430 156
On Mon, Apr 21, 2025 at 9:04 AM Andy Huang <[email protected]> wrote:
> notes: add space before clear
>
> ---Original---
> *From:* "Khushboo Vashi"<[email protected]>
> *Date:* Mon, Apr 21, 2025 14:50 PM
> *To:* "Marc Linster"<[email protected]>;
> *Cc:* "pgadmin-support"<[email protected]>;
> *Subject:* Re: Clearing the screen in the pgAdmin PSQL screen
>
>
>
> On Mon, Apr 21, 2025 at 12:07 PM Marc Linster <[email protected]>
> wrote:
>
>> 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;
>>
> \! 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; [email protected];
>> 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 <
>> [email protected]> wrote:
>>
>>>
>>>
>>> On Mon, Apr 21, 2025 at 11:41 AM Marc Linster <[email protected]>
>>> 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; [email protected];
>>>> https://www.linkedin.com/in/marclinster;
>>>> https://marclinster.medium.com
>>>> +352 621 430 156
>>>>
>>>
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Clearing the screen in the pgAdmin PSQL screen
@ 2025-04-21 06:51 =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
0 siblings, 0 replies; 8+ messages in thread
From: =?utf-8?B?QW5keSBIdWFuZw==?= @ 2025-04-21 06:51 UTC (permalink / raw)
To: =?utf-8?B?TWFyYyBMaW5zdGVy?= <[email protected]>; =?utf-8?B?S2h1c2hib28gVmFzaGk=?= <[email protected]>; +Cc: pgadmin-support
clear for linux, plz find the macos clean screen command to replace it
---Original---
From: "Marc Linster"<[email protected]>
Date: Mon, Apr 21, 2025 14:37 PM
To: "Khushboo Vashi"<[email protected]>;
Cc: "pgadmin-support"<[email protected]>;
Subject: Re: Clearing the screen in the pgAdmin PSQL screen
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; [email protected];
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 <[email protected]> wrote:
On Mon, Apr 21, 2025 at 11:41 AM Marc Linster <[email protected]> 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; [email protected];
https://www.linkedin.com/in/marclinster;
https://marclinster.medium.com
+352 621 430 156
^ permalink raw reply [nested|flat] 8+ messages in thread
end of thread, other threads:[~2025-04-21 07:16 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-04-21 06:11 Clearing the screen in the pgAdmin PSQL screen Marc Linster <[email protected]>
2025-04-21 06:17 ` =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
2025-04-21 06:17 ` Khushboo Vashi <[email protected]>
2025-04-21 06:37 ` Marc Linster <[email protected]>
2025-04-21 06:50 ` Khushboo Vashi <[email protected]>
2025-04-21 07:04 ` =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
2025-04-21 07:16 ` Marc Linster <[email protected]>
2025-04-21 06:51 Re: Clearing the screen in the pgAdmin PSQL screen =?utf-8?B?QW5keSBIdWFuZw==?= <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox