Re: SQL pretty pritner?

2019-10-28 Thread Thiemo Kellner
https://www.sqlinform.com/ Quoting stan : I have a presentation later in the week, and i plan on printing out some files containing SQL commands. I have used some "pretty printers" in the past for things like Perl scripts. What I am thinking of s something that bolds keywords, handles page

Re: SQL pretty pritner?

2019-10-28 Thread DiasCosta
Hello, For some formatting I use PSPad.exe (https://www.pspad.com/) It has, at least, some of the features you are looking for. It is free and has the possibility to format SQL and other languages. Dias Costa On 28-10-2019 17:06, Reid Thompson wrote: On Sun, 2019-10-27 at 16:54 -0700,

Re: SQL pretty pritner?

2019-10-28 Thread Reid Thompson
On Sun, 2019-10-27 at 16:54 -0700, Adrian Klaver wrote: >

RE: SQL pretty pritner?

2019-10-28 Thread Kevin Brannen
>From: Adrian Klaver >On 10/27/19 3:21 PM, stan wrote: >> I have a presentation later in the week, and i plan on printing out >> some files containing SQL commands. I have used some "pretty printers" >> in the past for things like Perl scripts. What I am thinking of s >> something that bolds

Re: SQL pretty pritner?

2019-10-28 Thread Basques, Bob (CI-StPaul)
All, VI has a lot of option ( that I haven’t tried) and I would bet that there are options for formatting and page breaks, etc. It’s a bit of a learning curve though. bobb > On Oct 28, 2019, at 8:44 AM, Rob Sargent wrote: > > Think Before You Click: This email originated outside our

Re: SQL pretty pritner?

2019-10-28 Thread Basques, Bob (CI-StPaul)
As far using VIM (vs EMACS): https://en.wikipedia.org/wiki/Editor_war :c) bobb On Oct 28, 2019, at 8:33 AM, Rob Sargent mailto:robjsarg...@gmail.com>> wrote: Think Before You Click: This email originated outside our organization. On Oct 28, 2019, at 7:00 AM, Basques, Bob (CI-StPaul)

Re: SQL pretty pritner?

2019-10-28 Thread Thomas Boussekey
Hello all, I use this github project in order to highlight SQL code on my slides: https://romannurik.github.io/SlidesCodeHighlighter/ It doesn't highlight 100% of Postgres SQL code, but it's a correct basis! Hope this helps, Thomas Le lun. 28 oct. 2019 à 14:37, Ron a écrit : > But does it

Re: SQL pretty pritner?

2019-10-28 Thread Rob Sargent
> On Oct 28, 2019, at 7:37 AM, Ron wrote: > > But does it reformat the text? > It’s an “indented text mode” so beeline respect current indentation. I don’t think it will take an stream out sql and add newlines at predictable places. Not at My desk to try. >> On 10/28/19 8:00 AM,

Re: SQL pretty pritner?

2019-10-28 Thread Ron
But does it reformat the text? On 10/28/19 8:00 AM, Basques, Bob (CI-StPaul) wrote: All, Take a look at the VI(m) editor. There is a Syntax mode for highlighting different file types, as well as tools for exporting the highlighted text to HTML. I have yet to find a file type that it

Re: SQL pretty pritner?

2019-10-28 Thread Rob Sargent
> On Oct 28, 2019, at 7:00 AM, Basques, Bob (CI-StPaul) > wrote: > > All, > > Take a look at the VI(m) editor. There is a Syntax mode for highlighting > different file types, as well as tools for exporting the highlighted text to > HTML. I have yet to find a file type that it doesn’t

Re: SQL pretty pritner?

2019-10-28 Thread Basques, Bob (CI-StPaul)
All, Take a look at the VI(m) editor. There is a Syntax mode for highlighting different file types, as well as tools for exporting the highlighted text to HTML. I have yet to find a file type that it doesn’t already handle. Works really slick. bobb > On Oct 27, 2019, at 5:21 PM, stan

Re: SQL pretty pritner?

2019-10-27 Thread Adrian Klaver
On 10/27/19 3:21 PM, stan wrote: I have a presentation later in the week, and i plan on printing out some files containing SQL commands. I have used some "pretty printers" in the past for things like Perl scripts. What I am thinking of s something that bolds keywords, handles page breaks, and