<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/12081/Preview_of_the_Firebird_Conference_2005</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sun, 22 Nov 2009 04:22:42 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>browser</title>
			<link>http://osnews.com/thread?39599</link>
			<guid isPermaLink="true">http://osnews.com/thread?39599</guid>
			<description>I thought firebird was a web browser..</description>
			<pubDate>Mon, 03 Oct 2005 20:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Good</title>
			<link>http://osnews.com/thread?39609</link>
			<guid isPermaLink="true">http://osnews.com/thread?39609</guid>
			<description>Firebird is the best open source relational database for cross-platform development. Not sure how it compares with postgresql now that postgresql is avaiable in windows as well. Any benchmark available to compared between the two?</description>
			<pubDate>Mon, 03 Oct 2005 20:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>benchmarks</title>
			<link>http://osnews.com/thread?39634</link>
			<guid isPermaLink="true">http://osnews.com/thread?39634</guid>
			<description>It would indeed be interesting to benchmark the various OS databases: Firebird, Postgres, and MySQL.</description>
			<pubDate>Mon, 03 Oct 2005 21:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: benchmarks</title>
			<link>http://osnews.com/thread?39661</link>
			<guid isPermaLink="true">http://osnews.com/thread?39661</guid>
			<description>yes and whats really interesting is that firebird comes in several flavours:<br />
<br />
1) The superserver is a multithreaded design (much like Mysql) and this is great for raw speed (threads typically being a lot faster to create and considerably more lightweight on memory than seperate processes)<br />
<br />
2) The Classic Server. This is a mutli process design like Postgres<br />
<br />
3) Embedded - this is a dll or shared object instead of a daemon that you can embed in any application (much like Sqlite)<br />
<br />
4) Vulcan - Teh next generation firebird that contains a generic engine that can be any of the above!<br />
<br />
I would expect the superserver to be on a par with Mysql for performance but faster than postgres especially with loads of connections due to threads massively outperforming mutliple processes when connection count is high.</description>
			<pubDate>Mon, 03 Oct 2005 22:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jamie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>oracle mode</title>
			<link>http://osnews.com/thread?39665</link>
			<guid isPermaLink="true">http://osnews.com/thread?39665</guid>
			<description>I really like Firebird's oracle-mode. Our company is selling a library management system written in Oracle's Dev2000. Getting Oracle sold and installed is always a major hassle. With the Oracle-mode I can concentrate on our own stuff.</description>
			<pubDate>Mon, 03 Oct 2005 22:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: oracle mode</title>
			<link>http://osnews.com/thread?39668</link>
			<guid isPermaLink="true">http://osnews.com/thread?39668</guid>
			<description>Can you tell us more about this oracle-mode? The docs or url? I am interested. Thank you very much.</description>
			<pubDate>Mon, 03 Oct 2005 22:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (adiwibowo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: benchmarks</title>
			<link>http://osnews.com/thread?39672</link>
			<guid isPermaLink="true">http://osnews.com/thread?39672</guid>
			<description>I don't know if benchmarks would be interesting at all since speed is the one and only strength of MySQL. Fetcher completeness in respect to the SQL standard should be an issue and that's where MySQL sucks. They have a special kind of fetcher creep, the fetcher creeps from one todo list to the next since they can't implement it.</description>
			<pubDate>Mon, 03 Oct 2005 22:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: oracle mode</title>
			<link>http://osnews.com/thread?39676</link>
			<guid isPermaLink="true">http://osnews.com/thread?39676</guid>
			<description>Oh, never mind.<br />
A little googling found <a href="http://www.janus-software.com/fb_fyracle.html" rel="nofollow">http://www.janus-software.com/fb_fyracle.html</a>.<br />
<br />
Seems interesting. Might port our oracle apps to firebird.</description>
			<pubDate>Mon, 03 Oct 2005 22:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (adiwibowo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>vs pg</title>
			<link>http://osnews.com/thread?39700</link>
			<guid isPermaLink="true">http://osnews.com/thread?39700</guid>
			<description>&quot;Firebird is the best open source relational database for cross-platform development. Not sure how it compares with postgresql now that postgresql is avaiable in windows as well.&quot;<br />
<br />
Well, you shouldn't say X is the best (or better than Y) if you don't know about Y. :-)<br />
<br />
But I've read that Postgres' speed is not so great on Windows. Probably because the Win32 port is new and not much optimization has been done to it.<br />
<br />
Haven't seen a major release of Firebird for quite a while now though...</description>
			<pubDate>Tue, 04 Oct 2005 00:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (sharyanto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>WEHT Nickolay Samofatov</title>
			<link>http://osnews.com/thread?39701</link>
			<guid isPermaLink="true">http://osnews.com/thread?39701</guid>
			<description>anybody knows? he's a talented developer and used to hack on FB about 2-4 years ago.</description>
			<pubDate>Tue, 04 Oct 2005 00:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (sharyanto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>fb/pg</title>
			<link>http://osnews.com/thread?39730</link>
			<guid isPermaLink="true">http://osnews.com/thread?39730</guid>
			<description>I'm not interested in how many transactions per second one is over the other (firebird v postgres). I use firebird. all i care for is real MVCC and integrity which both provide. the winner for me is that I can embed firebird by just dropping a dll into the directory my app is in... and i can grow it from embedding to a full server without any pains OR a single change to my code...<br />
<br />
choosing either firebird or postgress is a winning scenario for most anyone.... having real MVCC in two free products is just awesome.</description>
			<pubDate>Tue, 04 Oct 2005 02:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (_df_)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>&amp;quot;Real MVCC&amp;quot;</title>
			<link>http://osnews.com/thread?39751</link>
			<guid isPermaLink="true">http://osnews.com/thread?39751</guid>
			<description>Is there MVCC that is &quot;not real&quot;?<br />
<br />
Mysql+InnoDB also offers MVCC (I believe the &quot;real&quot; one too).</description>
			<pubDate>Tue, 04 Oct 2005 05:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (sharyanto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>MySQL 5 is not so bad</title>
			<link>http://osnews.com/thread?39752</link>
			<guid isPermaLink="true">http://osnews.com/thread?39752</guid>
			<description>I don't know if benchmarks would be interesting at all since speed is the one and only strength of MySQL. Fetcher completeness in respect to the SQL standard should be an issue and that's where MySQL sucks. They have a special kind of fetcher creep, the fetcher creeps from one todo list to the next since they can't implement it.<br />
<br />
I'm not a big fan of MySQL either, but the upcoming MySQL 5.0 (now beta or just recently RC, I believe) is not so bad. You get strict mode (where MySQL will reject instead of silently accepting/truncating bad dates or out-of-bound strings/numbers). You also get views, triggers, procedural languages, etc. IIRC, MySQL AB has pledged that they will implement &quot;all&quot; parts of the SQL standard.</description>
			<pubDate>Tue, 04 Oct 2005 05:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (sharyanto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Samofatov</title>
			<link>http://osnews.com/thread?39769</link>
			<guid isPermaLink="true">http://osnews.com/thread?39769</guid>
			<description>Yes, what happened to him?</description>
			<pubDate>Tue, 04 Oct 2005 06:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: WEHT Nickolay Samofatov</title>
			<link>http://osnews.com/thread?39770</link>
			<guid isPermaLink="true">http://osnews.com/thread?39770</guid>
			<description>AFAIK he is busy working on FB stuff for BroadView Software, a Canadian company with big investment into Firebird, and one from big Firebird &amp; Foundation sponsors. I suppose that he would show up on conference along with others from BroadView.</description>
			<pubDate>Tue, 04 Oct 2005 07:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>hmmm</title>
			<link>http://osnews.com/thread?39833</link>
			<guid isPermaLink="true">http://osnews.com/thread?39833</guid>
			<description>Firebird is not that great...<br />
1. Has weird sql dialects<br />
2. Limited number of built in functions<br />
3. Because of small amount of built in functions, you must resort to UDFs that can be flakey.<br />
3.No temp tables at all<br />
4.No tablespaces<br />
5.You can use all SQL in stored procs(except via EXECUTE command)<br />
6. Transactions are stored in the same file as the DB, which results in huge file growth.<br />
7. Because there is no seperate transaction table, you can't do point in time recovery.<br />
8. Only one stored proc language<br />
9. Development is pond water slow...<br />
10. The developer community at times can be cranky(and that is putting it mildly)..<br />
11. Can't do cross server/database queries/joins<br />
12. DBs are referenced by file name and path<br />
13. Password security is limited and weak<br />
<br />
When you look close it's a very limited database and these are just a small number of the problems with it.<br />
<br />
If you need somthing that can be embedded, then Firebird is a good choice, however it is not ready for the Enterprise yet.  Postgresql is a much better choice  IMHO.</description>
			<pubDate>Tue, 04 Oct 2005 13:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:RE:benchmarks</title>
			<link>http://osnews.com/thread?39837</link>
			<guid isPermaLink="true">http://osnews.com/thread?39837</guid>
			<description>&gt;but faster than postgres especially with loads of &gt;connections due to threads massively outperforming &gt;mutliple processes when connection count is high.<br />
<br />
This is totally not true. You are forgetting that the Postgresql process is created at connection time and has nothing to do with the speed of queries.<br />
Also with Postgres (and classic FB) one errant thread wont take down the whole server.(it will in SS firebird)<br />
You also seem to be forgetting that with lots of threads you get lots of context swaps which can hurt performance.<br />
The processes used by PG and FB classic will handle more connections better than threads, espesially on Unix systems.<br />
<br />
I can tell you this for sure, when the postgres.conf file is setup properly it is just as fast if not faster than firebird.</description>
			<pubDate>Tue, 04 Oct 2005 13:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:Nickolay Samofatov</title>
			<link>http://osnews.com/thread?39839</link>
			<guid isPermaLink="true">http://osnews.com/thread?39839</guid>
			<description>I believe he got pissed off at Jim Starkey.<br />
Jim can be a huge ahole, actually he is most of the time.</description>
			<pubDate>Tue, 04 Oct 2005 13:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: hmmm</title>
			<link>http://osnews.com/thread?39868</link>
			<guid isPermaLink="true">http://osnews.com/thread?39868</guid>
			<description>Most of your points are valid specially numbers 6 and 9.<br />
<br />
But some others are kinda innacurated like <br />
 <br />
Number 1.- I think the dialect is plaint simple.<br />
Number 3.- Is coming in firebird 2 before at the end of this year.<br />
Number 4.- Is that really necesary?<br />
Number 12.- There are alias for them so you dont have to use the path.<br />
number 13.- Your DB will be as secure as you secure your server.<br />
<br />
And you forgot one, the documentation is to poor.<br />
<br />
But mean while PG in windows keep being to damn slow I will have no choice.</description>
			<pubDate>Tue, 04 Oct 2005 14:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Manuma)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: hmmm</title>
			<link>http://osnews.com/thread?39893</link>
			<guid isPermaLink="true">http://osnews.com/thread?39893</guid>
			<description>1. It's historical, and all DB products have their SQL quirks don't they?<br />
<br />
2 &amp; 3 should not be a problem if FB comes prepackaged with the frequently used functions.<br />
<br />
8. Most other SQL DBs have one stored procedure language either, and that doesn't seem to be too crippling. But I admit, being able to use Ruby (e.g. in Postgre) or .NET (e.g. in SQL Server) should be fun and joyful compared to those weird, COBOL-like procedure languages.<br />
<br />
9 &amp; 10. This is one of the main problem with FB.<br />
<br />
12. Aliases.<br />
<br />
---<br />
<br />
My main problem with FB is that DDL (CREATE TABLE, ALTER TABLE, DROP TABLE, etc) are weird and not really transactional. You need to COMMIT after each DDL. Well sometimes there are use cases where I need DDL to be inside a transaction so it is rollback-able if things go wrong.<br />
<br />
---<br />
<br />
But as long as there's no embedded Postgres (which will be the case for a long time) FB will have its niche. SQLite doesn't come close in feature set.</description>
			<pubDate>Tue, 04 Oct 2005 15:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (sharyanto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: benchmarks</title>
			<link>http://osnews.com/thread?39905</link>
			<guid isPermaLink="true">http://osnews.com/thread?39905</guid>
			<description>&quot;speed is the one and only strength of MySQL&quot;<br />
<br />
Only if you turn off transactions in mySQL.  Using InnoDB engine with mySQL is dog slow.  We have done lots of benchmarks of Firebird and mySQL (InnoDB) and Firebird wins out easily.  Only time I have ever seen mySQL beat Firebird is when mySQL is using non-transactal myISAM, and the queries are very simple (no joins etc...), but why test this way?  Only the simplest of apps would not need transactions or joins.</description>
			<pubDate>Tue, 04 Oct 2005 15:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Matt Giacomini)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: MySQL 5 is not so bad</title>
			<link>http://osnews.com/thread?39907</link>
			<guid isPermaLink="true">http://osnews.com/thread?39907</guid>
			<description>As long as you don't mind paying for it, or open sourcing any application that touches it.<br />
<br />
I'm referring to the fact that mySQL 5 no longer has an LGPL driver.</description>
			<pubDate>Tue, 04 Oct 2005 15:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Matt Giacomini)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]:RE:benchmarks</title>
			<link>http://osnews.com/thread?39985</link>
			<guid isPermaLink="true">http://osnews.com/thread?39985</guid>
			<description>Multiple process DBs like Postgres are not scalable when compared to threading ones like Firebird and mysql.<br />
<br />
Threaded ones can easily support 10x and even 20x the no of connections of a process based one (due to lighter memory requirements).<br />
<br />
The cache is shared amongst all threads hence hotter cache and faster queries.<br />
<br />
So I am right - threaded RDBMS easily out perform process based ones when the no of conections exceed about a dozen.</description>
			<pubDate>Tue, 04 Oct 2005 17:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jamie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: hmmm</title>
			<link>http://osnews.com/thread?40118</link>
			<guid isPermaLink="true">http://osnews.com/thread?40118</guid>
			<description>&gt; 1. Has weird sql dialects <br />
<br />
The only quirky thing about Firebird is the Stored Proc language - this is NOT part of the SQL dialect, and all comparable products have similar quirks (e.g. T-SQL in SQL Server and Oracle's PLSQL which is basically ADA.)<br />
<br />
&gt; 2. Limited number of built in functions <br />
&gt; 3. Because of small amount of built in functions, <br />
&gt; you must resort to UDFs that can be flakey. <br />
<br />
UDF, UDF, UDF. Regression testing. I have written countless UDF functions for Interbase, and it aint hard. In fact, it is so easy as to be stupidly easy.<br />
<br />
If you test your code, you have nothing to worry about!!<br />
<br />
&gt; 3.No temp tables at all <br />
<br />
Who needs temp tables? What are they used for?<br />
<br />
create procedure NOTEMPTABLENEEDED<br />
returns (id integer, text varchar (20), num integer)<br />
declare variable t1 varchar (7);<br />
declare variable t2 varchar (10);<br />
begin<br />
  for select id, text1, text2, num<br />
      from atable<br />
      into :id, :t1, :t2, :num do<br />
  begin<br />
    text = :t1 || :t2;<br />
    suspend;<br />
  end<br />
end<br />
<br />
then:<br />
<br />
select * from NOTEMPTABLENEEDED;<br />
<br />
TADA! No temp table needed.<br />
<br />
<br />
&gt; 4.No tablespaces <br />
<br />
Explain why that is a problem?<br />
<br />
&gt; 5.You can use all SQL in stored procs(except via <br />
&gt; EXECUTE command) <br />
<br />
That doesn't even make any sense. You can call &quot;execute procedure&quot; or you can call &quot;select whatever from...&quot; depending on whether the SP returns one result or multiple lines. What is the problem with that?<br />
<br />
&gt; 6. Transactions are stored in the same file as the <br />
&gt; DB, which results in huge file growth. <br />
<br />
Which can be removed instantly if you back up and restore the database... you do backup your database periodically, dont you?<br />
<br />
gbak -b mydatabase.gdb mydatabase.gbk -user XXX - pass YYY<br />
<br />
gbak -r mydatabase.gbk mydatabase.gdb -user XXX - pass YYY<br />
<br />
Will recover all surplus space.<br />
<br />
<br />
&gt; 7. Because there is no seperate transaction table, <br />
&gt; you can't do point in time recovery. <br />
<br />
And why is that an issue? Do regular backups (which can be done inline whilst the database is being used and accessed) and this is purely moot.<br />
<br />
&gt; 8. Only one stored proc language <br />
<br />
LOL. SQL Server 7 and 2000 only had one too.<br />
<br />
&gt; 9. Development is pond water slow... <br />
<br />
Rather it was stable.<br />
<br />
&gt; 10. The developer community at times can be cranky<br />
&gt; (and that is putting it mildly).. <br />
<br />
Because they complained when someone stole their name? What would you do?<br />
<br />
&gt; 11. Can't do cross server/database queries/joins <br />
<br />
Good. Maybe then people will design better systems.<br />
<br />
&gt; 12. DBs are referenced by file name and path <br />
<br />
Un true. Interbase, and by virtue Firebird up to at least 1.5, supports 4 different access methods. Local (by path), TCP/IP, SPX/IPX and Named Pipe. <br />
<br />
Equally, you can pump either of the following paths into a Windows Firebird TCP-IP connection:<br />
<br />
127.0.0.1:c:mydatadata.gdb<br />
127.0.0.1:/mydata/data.gdb<br />
<br />
either will work.<br />
<br />
&gt; 13. Password security is limited and weak <br />
<br />
Why? How secure is your server? You do not have to use the default admin user, in fact we used to delete that user when I worked for a company that used FB1.5 a while back.<br />
<br />
&gt; When you look close it's a very limited database and <br />
&gt; these are just a small number of the problems with <br />
&gt; it.<br />
<br />
You can always bet this post will arrive on OS News when there is a Firebird story. YAWN! <br />
<br />
&gt; If you need somthing that can be embedded, then <br />
&gt; Firebird is a good choice, however it is not ready <br />
&gt; for the Enterprise yet. Postgresql is a much better <br />
&gt; choice IMHO.<br />
<br />
Oh crap, well we better let all out customers know.... Seriously, you are spouting complete rubbish.</description>
			<pubDate>Tue, 04 Oct 2005 22:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> RE:RE: hmmm</title>
			<link>http://osnews.com/thread?40179</link>
			<guid isPermaLink="true">http://osnews.com/thread?40179</guid>
			<description>I don't think so, I have used Firebird and Postgresql and  Postgres is the better database.<br />
<br />
<br />
<br />
<br />
It makes perfect sense, because in Postgresql stored procs you dont' have to use EXECUTE, you can simply call CREATE USER or CREATE DATABASE or anything you want, no need to use execute at all, and that's because Postgresql only has one SQL, Firebird has PSQL, DSQL and one other one, you can only use PSQL in procs, if you want to execute DDL you must use execute.</description>
			<pubDate>Wed, 05 Oct 2005 00:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: RE:RE:hmmm</title>
			<link>http://osnews.com/thread?40188</link>
			<guid isPermaLink="true">http://osnews.com/thread?40188</guid>
			<description>&gt; 12. DBs are referenced by file name and path<br />
<br />
Un true. Interbase, and by virtue Firebird up to at least 1.5, supports 4 different access methods. Local (by path), TCP/IP, SPX/IPX and Named Pipe. &gt;<br />
<br />
true true true, using TCP/IP you must use like so:<br />
<br />
192.168.12.13:/opt/data/mytestdb.fdb  NOTE THE PATH is still used, no mater what transport you use the path must be included.<br />
<br />
Even with aliases you must manually build them on the server side.  You don't have to do any of this with Postgresql, the more you use PG, the more you wonder why you used to like FB.<br />
PG keeps a system table called pg_database and it contains info on all databases created.  With PG all you need is the name, the rest is taken care of.<br />
<br />
As far a security goes Postgres has built in SSL support, encrypted/md5 passwords and access control via host/IP.<br />
<br />
Also as far win32 speed goes, I ported a Firebird app to Postgresql and we can't tell the difference, it was fast before and it is fast now with Postgres.<br />
Postgres out of the box is not optimized for high end corp systems because most people don't have a 3.5gzh Xeon, so you have to tweak the conf file a bit to get really good performance, it's just part of the flexiblitiy.</description>
			<pubDate>Wed, 05 Oct 2005 00:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: RE:RE:hmmm</title>
			<link>http://osnews.com/thread?40298</link>
			<guid isPermaLink="true">http://osnews.com/thread?40298</guid>
			<description>&gt;Even with aliases you must manually build them on the<br />
&gt; server side. You don't have to do any of this with <br />
&gt; Postgresql, the more you use PG, the more you wonder <br />
&gt; why you used to like FB.<br />
&gt; PG keeps a system table called pg_database and it <br />
&gt; contains info on all databases created. With PG all you<br />
&gt; need is the name, the rest is taken care of. <br />
<br />
I prefer the FB way, it's far better than central dictionary in system table. I frequently have many copies of the same database with different data and structures (some apps. work that way, sometimes is just for development). Handling that in PG is very painful (each must have different name etc.), while in FB I don't even think about it, just type in the right path and go. When I need db location independence (only on deployment), I can set up aliases, which is very simple. The fact that under FB, databases are selfcontained, easily transportable beasts is a great advantage over such behemoths like PG, that have many unnecessary layers of complexity, that add to the cost of db management. While PG has some nice features, it carry too many &quot;database stone age&quot; design flaws.<br />
<br />
&gt; As far a security goes Postgres has built in SSL <br />
&gt; support, encrypted/md5 passwords and access control <br />
&gt; via host/IP.<br />
<br />
I don't need that at the db server, because I can easily do that by other means when necessary (ZeBeDe etc.), so my server will not carry along a dead weight when I don't need it.</description>
			<pubDate>Wed, 05 Oct 2005 08:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:  RE:RE: hmmm</title>
			<link>http://osnews.com/thread?42158</link>
			<guid isPermaLink="true">http://osnews.com/thread?42158</guid>
			<description>um..wrong. The only time you use execute procedure is when you want to *run* a procedure. As previously noted, you don't even need to do that if your procedure calls suspend after it has filled the returned variables - you can just call it as if it was a built in function via select.</description>
			<pubDate>Sun, 09 Oct 2005 12:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I wonder..</title>
			<link>http://osnews.com/thread?44046</link>
			<guid isPermaLink="true">http://osnews.com/thread?44046</guid>
			<description>How many people will still come because they think it's about Firefox.</description>
			<pubDate>Wed, 12 Oct 2005 18:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
