Re: Anyone recommend omnidb.org?
Gavin Flower <[email protected]> Sat, 31 Aug 2019 10:52:57 +1200
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Organization | ArchiDevSys |
| Message-ID | <[email protected]> |
On 31/08/2019 00:23, Tom Browder wrote: > On Fri, Aug 30, 2019 at 07:07 Lætitia Avrot <[email protected] > <mailto:[email protected]>> wrote: > > Hi Tom, > > ..l > > Thanks, Laetitia, for the good advice. I generally do as you suggest > for most regular use (usually with Perl 6 scripts), but sometimes a > GUI is helpful for me looking around, especially when experimenting. > > Best regards, > > -Tom Hi Tom, I write sql scripts that I can annotate with comments, then execute in psql via the \i command. I only type SQL directly into psql for trivial things. I find GUI tools cumbersome. Cheers, Gavin