在 pgAdmin 中导出时的制表符
我在 pgAdmin 中发出查询,然后想要将结果导出到文件中。如何指定列分隔符应该是制表符?
I issue a query in pgAdmin and then want to export the result to a file. How can I specify that the column separator should be a tab character?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这对你来说可能来得太晚了,但对其他人来说可能不是。
您可以像任何其他有效字符一样将文字制表符复制/粘贴到“列分隔符”的(下拉)文本框中,并且将使用该字符。刚刚使用 pgAdmin 1.14.2 测试成功。
This comes probably too late for you, but maybe not for others.
You can copy / paste a literal tab character into the (dropdown) text box for "Column separator", like any other valid character, and it will be used. Just tested successfully with pgAdmin 1.14.2.
到目前为止,当您尝试将结果导出到文件时,pgAdmin 中没有制表符选项。
参考:http://www.pgadmin.org/docs/dev/export.html< /a>
So far, there is no tab-character option in pgAdmin when you try to export the result to a file.
Refer to: http://www.pgadmin.org/docs/dev/export.html