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.
Other databases (Score:2)
Re:Other databases (Score:2)
Can you point to me where in the Postgres docs this is described? I've found references to it on the Web but I'm having trouble finding it in the documentation.
Re:Other databases (Score:2)
Re:Other databases (Score:2)
Re:Other databases (Score:2)
I suspect that's what was meant. Thanks! Unfortunately, it shows that Postgres really can't be used an MV database unless you push a lot of stuff into the application layer. Thus, one could think of it as the MySQL of MV databases (in other words, a fancy toy).
Use a view (Score:1)
While it still requires that you type the query correctly once, views are portable across relational databases (finally even MySQL as of 5.0)
so that you could use this query:
And if you use PostgreSQL as the backend (so
Re:Use a view (Score:2)
Aside from the "write rules in Perl" part, we actually use "updateable" views with Postgres (and SQLite) all the time where I work. It's very handy.
See also (Score:2)
Randal's post about ANSI SQL92 JOIN syntax. [perl.org]
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers