How can I display query result when I use "Execute commands from file" in another word : \i
?
#1460
Unanswered
stephane-klein
asked this question in
Q&A
Replies: 1 comment
-
Hi @stephane-klein, Looks like the command right now doesn't produce any output, but I'm pretty sure when it was originally implemented, the intent was to output everything back to the user: So I think that at some point it broke. Feel free to file a bug. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I execute, for instance:
The result 1 is displayed.
Now I put
SELECT 1;
inplayground.sql
and I execute:I don't see the
1
result.Question: How can I configure
pgcli
to display the query results in the output (stdout) when I use the Execute commands from file feature\i
?Best regards,
Stéphane
Beta Was this translation helpful? Give feedback.
All reactions