Postico icon indicating copy to clipboard operation
Postico copied to clipboard

Public issue tracking for Postico

Results 144 Postico issues
Sort by recently updated
recently updated
newest added

A customer has reported an issue (Feedback 557) where changes in the query editor disappear while editing SQL queries. In one instance, text that the user entered disappeared shortly after...

bug

A customer requested that we add a way for Postico to connect to PostgreSQL servers via a SOCKS proxy. It should be doable, we can probably do it in a...

## What did you do? - I deleted a password from a saved favorite configuration in Postico that I had previously stored in my Keychain and unchecked "Save in Keychain"....

pgAdmin hides partition tables. It would be convenient if Postico did this too.

Postico currently has only limited support for `bytea` columns. Postico can display images stored in bytea columns in the sidebar, but apart from that there is no way to look...

enhancement

## What did you do? When starting to run a query on Redshift, at times it will cancel the loading of the catalog information before running the query. This catalog...

Taking the following tables: ``` create table a (id1 int, id2 int, primary key (id1, id2)); create table b (id1 int, id2 int, foreign key (id1, id2) references a (id1,...

enhancement

Love Postico. I'm a paid user. I'm having issues connecting via SSH and I'm not sure how to debug and correct. What should I look into fixing? Postgres is running...

It would be nice that Postico supports [declarative partitioning](https://www.postgresql.org/docs/12/ddl-partitioning.html#DDL-PARTITIONING-DECLARATIVE) in the generated DDL.

In my Python-code (with sqlalchemy and psycopg2), I have queries like: ```sql INSERT INTO my_table(title, isbn, copy_nr) VALUES(:title, :isbn, 1) ``` the parts `:title` and `:isbn` are parameters which are...

enhancement