| From: | Michal Kozusznik <kozusznik(dot)michal(at)ifortuna(dot)cz> |
|---|---|
| To: | "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org> |
| Subject: | CRLF - sqlpane vs Query window |
| Date: | 2012-10-16 13:23:00 |
| Message-ID: | 507D5FB4.2060606@ifortuna.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
It's about copy&paste feature. If I copy DDL from pgadmin and paste to
another program (for example notpad) result is differ depending on from
which place I copied the source.
How to reproduce:
Windows7 64bit
Attempt 1
- select a table or function or whatever else in Object browser
- select DDL in SQL pane and copy to clipboard (CTRL+c)
- paste to notepad
Result: text is unwrapped into single line (end of lines missing)
Attempt 2
- select a table or function or whatever else in Object browser
- right click on this, select Scripts/Create script - Query window will open
- select DDL from window and copy to clipboard (CTRL+c)
- paste to notepad
Result: text is pasted correctly
with regards
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Janes | 2012-10-17 20:10:54 | column comments |
| Previous Message | Colin Beckingham | 2012-10-16 11:31:59 | Make fails on crypto |