NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Wow, the venom! (Score:2)
Re:Wow, the venom! (Score:2)
"Why is the command line interface so appalingly bad? The help is non-existent on every instance I've connected to. psql at least gives you \h."
myql allows you to switch, and show databases, list and describe tables and best of all quit is quit and help is help. Table names and fields are tab completed. Postgresql is grumpy and unhelpful compared. The source command allows you to
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:Wow, the venom! (Score:2)
Just like psql, apart from quit/help.
"Table names and fields are tab completed."
Maybe in your version. For me, psql completes, mysql doesn't. And it gets ^W wrong to add insult to injury.
"The source command allows you to run sql scripts without exiting and piping."
In psql it's spelled
\i. Try\?for some help on the psql commands."The SQL Prompt is far easier and more powerf
Re:Wow, the venom! (Score:2)
Trying Squirrel, I found that it can't find the jdbc classes for anything and is slow, ugly and clunky - but thats Java's fault rather than Postgres
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Reply to This
Parent