pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

Postgres CLI with autocompletion and syntax highlighting

Results 146 pgcli issues
Sort by recently updated
recently updated
newest added

## Description Hello, I am interested in trying the PG extension Apache AGE with pgcli. Almost all uses of the extension is via the functions it provides. So, it would...

## Description In psql, when you run `\d+ `, the first line of output will look like this ``` Materialized view "public.matviewname" View "public.viewname" Table "public.tablename" ``` This is useful...

enhancement

## Description It's not a "problem", rather a suggestion (with plan to act uppon). When releasing new versions, it would be nice if one could download the package from the...

enhancement

## Description I am running a PostgreSQL server in a Docker container and using Secure TCP/IP Connections with SSL. In my `postgresql.conf` file, I include the following lines: ``` ssl...

Add types to typeshed so that this library can be statically analysed.

## Description Sets the session time zone to the system time zone after connecting. Adds [`tzlocal`](https://github.com/regebro/tzlocal/tree/master) as a dependency for a cross-platform way of getting the current time and handling...