-
Notifications
You must be signed in to change notification settings - Fork 86
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
Copy functionality trims leading whitespace #244
Comments
čt 27. 6. 2024 v 20:54 odesílatel Dian Fay ***@***.***>
napsal:
I noticed this just now trying to copy a long query plan out (with "Copy
All", on Linux and osx both) -- all the indentation is gone:
QUERY PLAN
Index Scan using thing_id_pkey on thing __local_0__ (cost=119.95..3500170.93 rows=1 width=320)
Index Cond: (id = 'fa0ed97d-0858-57c8-80f9-31434f76c9bd'::uuid)
Filter: (hashed SubPlan 25)
SubPlan 23
-> Index Scan using stuff_id_pkey on stuff stuff_2 (cost=2927.05..3500042.94 rows=1 width=32)
Index Cond: (id = __local_0__.stuff_id)
"Filter: ((hashed SubPlan 22) AND ....
I looked through export.c briefly but didn't see any obvious culprit.
maybe you use default csv format - it does trimming
try to use formatted text format instead, please
… —
Reply to this email directly, view it on GitHub
<#244>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEFO4ZRKEM7KPUNETNH5TLZJRNXJAVCNFSM6AAAAABKAPXWSGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3TQOBYGY3DOOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
that worked, thank you! |
čt 27. 6. 2024 v 21:00 odesílatel Dian Fay ***@***.***>
napsal:
that worked, thank you!
:-)
… —
Reply to this email directly, view it on GitHub
<#244 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEFO464RKDXQ66BADJ4Y63ZJROOHAVCNFSM6AAAAABKAPXWSGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJVGQ3TIMBTG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed this just now trying to copy a long query plan out (with "Copy All", on Linux and osx both) -- all the indentation is gone:
I looked through export.c briefly but didn't see any obvious culprit.
The text was updated successfully, but these errors were encountered: