Re: SQL pretty pritner?

From: Thomas Boussekey <thomas(dot)boussekey(at)gmail(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: SQL pretty pritner?
Date: 2019-10-28 13:46:38
Message-ID: CALUeYmeBixW_2=j-YGdTbpz9Ur+3OoEcFJdamHbjTAd9at0DdA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 <ronljohnsonjr(at)gmail(dot)com> a écrit :

> 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 doesn’t
> already handle.
> >
> > Works really slick.
> >
> > bobb
> >
> >
> >
> >> On Oct 27, 2019, at 5:21 PM, stan <stanb(at)panix(dot)com> wrote:
> >>
> >> Think Before You Click: This email originated outside our organization.
> >>
> >>
> >> 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 does some formatting.
> >>
> >> Development being done in an Ubuntu Linux environment.
> >>
> >> Anyone have a recommendation?
> >
>
> --
> Angular momentum makes the world go 'round.
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Dunstan 2019-10-28 13:52:11 Re: jsonb_set() strictness considered harmful to data
Previous Message Rob Sargent 2019-10-28 13:44:48 Re: SQL pretty pritner?