Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

row/cell editing tool #55

Open
abloch opened this issue Jan 16, 2018 · 1 comment
Open

row/cell editing tool #55

abloch opened this issue Jan 16, 2018 · 1 comment

Comments

@abloch
Copy link

abloch commented Jan 16, 2018

while I can use psql/pgcli for almost all my needs, there's one I fall short on that requires me to open a gui for - editing a cell.
suppose a particular column is a text one and it holds a long string which I wish to edit.
currently I only can issue an UPDATE TABLE ... SET ...=... command to it.
I really wish there was some way to edit a cell in my favorite text editor the same way \e does.

I'm not yet sure how the syntax should look but a tool that could give me that would be really awesome

@j-bennet
Copy link
Contributor

That's an interesting feature request! I can see how it might be useful if you work with large blobs of text. I'll give it some thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants