Re: \set to create shortcut

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: Fabrice Chapuis <fabrice636861(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: \set to create shortcut
Date: 2024-02-22 09:32:01
Message-ID: s3ga2tdu6dh6pxh4vya6h72hkczb52q6wndmoccpkgcbbbw6uc@37yww6j7ig6g
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 2024-02-22 09:32 +0100, Fabrice Chapuis wrote:
> I want to persist a shortcut between session.
>
>
> > postgres [157394]=# \set cs 'select current_schema';
> > postgres [157394]=# :cs
> > ┌────────────────┐
> > │ current_schema │
> > ├────────────────┤
> > │ public │
> > └────────────────┘
> > (1 row)
>
>
> I put it in .pgsql_profile but it does not work
>
> any idea?

What output do you get?

You should put that \set or \ir .pgsql_profile in .psqlrc which is the
standard file read by psql.

--
Erik

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Fabrice Chapuis 2024-02-22 11:19:04 Re: \set to create shortcut
Previous Message Laurenz Albe 2024-02-22 08:45:54 Re: \set to create shortcut