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)
\h.In summary, "Wah -- it's different to my comfy usualness!" from both of us.
Anyway, to address some of your points:
sudo -u postgres createuser -ad $LOGNAME. That'll give you your own superuser account and you won't have to use su at all.Reply to This
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:1)
You can solve the pg_dump issue by grabbing the pg_dump from any 8.1.x version. It's been refactored to address the issue of not working between different versions.
Slony is actually a robust replication mechanism for what it's worth. It doesn't handle schema updates all that well, but I don't think many replication systems do handle that well.
There is at least one full text indexing system in the contrib tree with the source.
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)
I just had a quick peek at the online documentation
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;
Re:Wow, the venom! (Score:2)
-Dom