Re: continuation character for meta commands in psql

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Matt Zagrabelny <mzagrabe(at)d(dot)umn(dot)edu>, "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: continuation character for meta commands in psql
Date: 2020-01-24 17:45:34
Message-ID: 1bf00d23-b125-54a8-71c9-e708270d7983@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/24/20 9:42 AM, Matt Zagrabelny wrote:
> Greetings,
>
> I've searched the internet and also the pgsql-general list for an answer
> to this question, but couldn't find one.
>
> Is there a continuation character for meta commands in psql?
>
> I've seen mention that a caret (^) could be used, but it didn't work
> correctly and the psql man page makes no mention of it.
>
> I'd like to do something like:
>
> \set PROMPT1 'long prompt code' \
> 'other long prompt configurations' \
> 'and more still'
>
> in my .psqlrc file.
>
> What do you folks think?
>
> Thanks for any help or guidance!

See:

https://www.postgresql.org/docs/12/app-psql.html

Meta-Commands

>
> -m

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2020-01-24 17:48:59 Re: continuation character for meta commands in psql
Previous Message Matt Zagrabelny 2020-01-24 17:42:47 continuation character for meta commands in psql