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: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.
Reply to This
Parent