PostgreSQL 7.3 Released
rtaylor writes "Nearly a year's worth of work is out. The new tricks include schema support, prepared queries, dependency tracking, improved privileges, table (record) based functions, improved internationalization support, and a whole slew of other new features, fixes, and performance improvements. Release Email - Download Here - Mirror FTP sites (at bottom)."
Taco can use it to fix the search function :-P
I've heard this is the best SQL server around. Is it really better than MySQL?
THat I get first post???
I feel ashamed I just posted this...
PostgreSQL is a great database. I always run it as a daemon on my iBook since the Smallttalk development environment that I run needs a relational database for source code control.
-Mark
Did they do anything to improve/add replication support? That seems to be the only real thing that was holding it back from replacing Oracle, as far as I can tell. I know several projects for such a thing were in the works, but they appeared to be very beta.
Software piracy is victimless theft.
PostgreSQL has a bad security record recently. Make sure you don't run this in a production enviroment.
Replication out of the box?
kewl
WOOHOO!
DROP COLUMN [column] FROM TABLE [table];
This up-until-now lacking feature has been the bane of my existence. I HATE cruft being left lying around.
(btw, I don't know if that is the correct syntax, just a guess)
My
Limekiller
From the oracle-killer dept.
Um. Right. Of course, since it's an OpenSource database, it's obviously better. I'm sorry, but that's not quite logical.
I've gotta say, that kind of logic runs rampant in the OpenSource community. Linux is a "Windows Killer". Gimp is a "Photoshop Killer". Abiword is a "Word Killer". Apache is a "IIS Killer". Yet none of these systems are really any better than what they are supposed to kill -- they're all playing catch-up!
Did you ever stop to think where you'd be when you finally kill your idols and have noone left to copy?
If regular products are replaced by shoddy knock-offs, the incentive to innovate will be gone. Do you want to live in a world where things like the GUI, 3D graphics, wordprocessing, webserving, and other commercial products were never developed?
I didn't think so. Your arrogance will come back to hurt us all if you don't lay off it.
Dragging people kicking and screaming into reality since 1996.
My/Postgesql are NOT SUTIBLE for enterprise level databases. I am an adminstratior for a corporationwho has a 50 million row database which needs to be dynamicly Queryed at a rate of 2000 queries a second, need dynamic replication, and complex 3d boolean queries and only the high end MicrosoftSQL server data center edition can currently proivide this. Sometimes, its WORTH paying for Quality software.
Mysql postgresql YOU!
DAMNIT! :-P.
I literally downloaded the old version of PostgreSQL yesterday... Damn you
Oh well, a bit of fun bandwidth loss to look forward to (I'm on 56k, BTW...)
OK so you have found software that addresses your problems and that accounts for the conditions that are vital for about 0.0001% of people who are looking for a database. For everyone else who is looking for a database solution PostGres, MySQL etc might just be worth a look in.
Cue all the people telling us why it's better than MySQL.
So - why it it then?
Get your own free personal location tracker
n/t
Posting anything on PostgreSQL and MySQL will invitably lead to meaningless post over which is best, PostgreSQL or MySQL; and I also mean posts like this. ;)
PostgreSQL now supports the ALTER TABLE
HURRAY! this has been my biggest annoyance with postgresql since I've started using it. there are workarounds for older versions, but they become arduous when you have a lot of existing data.
this is a *very welcomed* implementation.
There aint no pancake so thin it doesn't have two sides.
Like John Romero driving a Sinclair C5, you are truly a FAILURE of galactic proportions!
YOU FAIL IT!
see subject
___
If you think big enough, you'll never have to do it.
Speak more clearly.
"A years" does not make sense.
You obviously meant to say "eight years", but you need to speak more clearly.
Dancing Girls
The PostgreSQL now includes a number of beautiful dancing girls
I can't tell you how long I've been waiting for this feature! Now I can get rid of Oracle for GOOD!!
Kudos to the PostgreSQL team!
Is there any good way to get a PostGreSQL DB to connect to a MS SQL macihne?
So does PostgreSQL have hot backups yet? or is it still the toy its always been.
Any experience with high availability postgresql cluster?
n/t.
There you go
... to create a g*tse redirect on postgresql's own site! A postgresql.com link would have been so much more credible, and SQL injection is not that difficult to pull off!
Maybe we should have another category: Score:-1, Spoilsport
Of course, he uses it on a Thinkpad, but you have to spend money to make money.
You are not alone. This is not normal. None of this is normal.
Does this mean stored procedures returning record sets is finaly supported?
This was the main thing stopping me from using postrgres. Every other (commercial) database I have used allows this, and I couldn't believe postgres didn't when I installed it.
Ok, I'm probably going to get modded down for saying this, but what's up with this increasing trend of /. being a forum for software release announcements? I might be mistaken here, but that's what freshmeat does on OSDN, iirc. I think as far as the /. community is concerned, seeing releases for new kernels and new mozillas are the only pieces of software that people really care about. Beyond that, how many people are going to rush out and download the new postgresql (not even a major version increase, anyways).
"Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K
PostgreSQL was developed in Lithuania. MySQL was developed in Sweden. This is a European joke.
Anyone have any experience using PostgreSQL in a production environment with JDBC?
Whoa, buzzword attack!
/me gets tinfoil hat
I've found it really disinformative when thay claimed unicode support in 7.2 but for most scripts there is no proper collation. That was not so easy to find out since the unicode support was generally really hart to set up and I was assuming I must had made some mistake.
Is it better in 7.3? I can't find anywhere any list of scripts supported.
No, it hasn't. A summary of the list of missing features:
Of course, they give crap rationalizations for each, and/or that "it's planned for [distant version of MySQL]". Of these features, only the last might be considered trivial, and even that is quite a pain if you're trying to write some portable SQL.
The others, particularly the lack of triggers and foreign keys, make this a data integrity nightmare for anything nontrivial.
Sure, sure, "but you can do it all in code": typical response. You know, that was their response to lack of transactions, too. "Too slow", "you don't need those". Right. You could just write a whole database in your code, too. The point of using a RDBMS (and, lacking relations of any sort, makes MySQL just a DBMS) is reliability so you don't have to constantly worry about these things.
PostgreSQL has all of the above features, and quite a few more. It's an OORDBMS. (Yes, this is very cool, and lets you do some very nifty things.) It's got better-than-row-level-locking (MVCC; MySQL does table locking only.) And all the other things people have mentioned here.
MySQL is a toy database, and should be treated as such. Not just for transactions: for all the things that make a robust RDBMS.
Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
No, pad're HiswikiP&Qs....whatever is NOT as functional and intuitive as M$ ACCESS for 90% of home/office tasks. Let the dweezles drools, ACCESS ruleZ.
Maybe it was a troll, but here's the proper information:
- Transactions are available to MySql.
MySQL 3.23 release has several major features not present in the 3.22 or 3.21 releases. These include: full-text search, replication between a master and many slaves and several new table handlers that support large files and transactions
- Is that information about foreign key constraints in the MySQL manual? .. Why, yes!
Are record locks really a non-existent issue? Maybe the MySql user manual can shed some light on that point: "Performing a read in share mode means that we read the latest available data, and set a shared mode lock on the rows we read."
- The stored procedures and triggers are not here yet. Thank goodness something in that old link doesn't need to be refuted!
So yes, you might want to check out that really old critique of MySql, but then again you might want to look at the MySql.com website if you want current information. Then you can compare the newest PostgreSQL to the newest MySQL.
Main feature I've been waiting for replication.
:)
As of a couple of months ago none of the replication options for postgres were any good. Most were unreliable, offered very small features or very hard to set up.
Some looked like they had promise, but were not there.
Please, please, please, add replication to the next release
I also wish performance for simple case dbs was faster. eg key value dbs compared to the performance of sleepy cats berkley db.
I'm sure there would be a *lot* of money to be had if someone were to make a good replication system. Possibly releasing it blender styles? Or offering to implement replication for businesses for a fee?
Perhaps one of the postgres groups could ask for donations from some of us users so some developers could work on it full time. I know I could easily convince my boss to cough up for it. Almost any business that relies on postgres could be convinced to chip in I think.
It has an Answer Table, just like Paradox for DOS had 10 years ago. I'm impressed!
Seriously, this is good news from a usability standpoint. Dr. Mark Pauker must be proud of these guys.
Who moderated this as "Troll"?
There are some seriously Humor-impaired people with Mod points!
BAD Apple! No biscuit!
(Yes this is a plea for help in disguise. If you have solved the problem of running rc.d-ish scripts at shutdown time on Mac OS X 10.2 please leave details.)
PS On the plus side, PostgreSQL 7.3 builds with no errors on Mac OS X, unlike 7.2. This was important enough to me that I used the beta in my (development) code.
Congrats to all involved in this release anyhow.
Yours,
A grateful PostgreSQL User && a pissed off Apple Customer
I remember playing around with Postgres a while ago and looking at the supposed OO features, and quite frankly they didn't seem very impressive at all. Basicaly just 'inheritance' of table structures. I mean... Color me underwhelmed. I can't think of a single reason why you would need this.
It didn't have nearly the same kind of features of true OODBs, What exactly is the use for Postgres's OOness?
ReadThe ReflectionEngine, a cyberpunk style n
I agree with you -- it was one of the few attempts at humor here that actually came off.
Well, I would definitely call the management of Slashdot 'idiotic'. And I certainly don't have much faith in them technically.
MySQL was used for the US census's website, not for their central purpose. I would be very suppressed if they were actually storing the real data in a MySQL database.
And again, MySQL was used for a small part of Yahoo (the finance stuff) not for storing their link catalog.
ReadThe ReflectionEngine, a cyberpunk style n
This is slightly off-topics but anyway...
There have been some references to msAccess here, what I like about Access is the ease I can build an ad hoc database application (but where the data could be reused easily should there be a later requirement).
While Postgres sounds great, I want to know if there are and tools that approach this ease of development, within a linux environment. Ability to choose the back-end database would be a huge plus - I'd certainly give Postgres a go.
RG
Even Paradox for Windows 8/9 makes a better web server than Access.
http://www.thedbcommunity.com/inet/qa.htm
The first time I tried using JDBC was with postgres, It was pretty simple, but I ended up using Accesss (and eventualy MSSQL) for production stuff, simply out of lazyness. I do recall that JDBC seemed to have a lot more capabilites on postgres then on the Microsoft stuff. (like, you could call moveFirst(), moveLast(), etc on resultssets).
But its entirely possible I just don't know what I'm doing. In any event, it seemed to work fine.
ReadThe ReflectionEngine, a cyberpunk style n
see subject.
...mySQL had proper, full support for constraints Slashdot wouldn't post so damn many duplicate articles...
HAR HAR HAR...just jokin' around...pleeeeze don't kill me.....
I've used MySQL with PHP/Perl for a while on various projects, and always half considered Postgres, but since many web hosts don't offer it (why?) never really considered it seriously (don't wish to rewrite a lot of db code - and yes I do know about PEAR with PHP, but it's a performance hit).
So, does PG+PHP match the speed of My+PHP? Is it as thoroughly tested? As I'm moving away from using Perl, I'd be really interested in seeing some benchmarks with this new version of PG...
Code, Hardware, stuff like that.
What they don't tell you is if you use innodb tables for transactions, you won't be able to back up your database without shutting mysql down unless you buy the innodb hot backup tool. So yeah, they have transactions it just doesn't work well with doing backups on your data.
Postgresql has mvcc (multiversion concurrency control) meaning that readers or writers don't block other readers or writers from accessing the same data.
If you are going to start talking about vapor features then what about postgresql's plans to support point in time recoveries (pitr), redo logs, savepoints, and full clustering with multiple masters.
Incidentally, the link you point to says that stored procedures are planned for version 5 of mysql. Mysql is currently on version 3 with development work being done on version 4. Version 5 is a long time off. Triggers are something that the mysql developers will consider, and are not guaranteed to be implemented.
Getting back to what is present in the software now, mysql doesn't support stored procedures or triggers. Postgresql meanwhile supports triggers, stored procedures (written in python, perl, or sql), and rules (which allow you to intercept and rewrite sql queries).
"When you sit with a nice girl for two hours, it seems like two minutes. When you sit on a hot stove for two minutes, it
It is a fantastic video game.
Mod parent up +1 funny, and a 'lighten up, Francis' to the UNSAT moderator.
... Now I'm just waiting for a pedantic post from the "It's not Its Guy".
I have worked at using PostgreSQL for 3 years,
but I have not used it yet because I have not
seen that anonymous users can use it.
I sense that its strong security prevents expected use. If I say anyone can read my tables but no one
can write to them, I would hope "anyone" would include even those without accounts.
The only way I found to do this in Debian
changed root permission to update postgres and the many Debian packages using postgres.
For three years, I continue to be optimistic about PostgreSQL, and every 8 months I look at it again, thinking I missed how both root can automatically update Postgres, yet users can anonymously use PostgreSQL when "allowed".
bahhahahahaha. nice one.
Kudos to the postgre team. Does postgres have the concept of the transaction log? undo and redo? just curious.
Let's go down the list:
...and a year after the bug was fixed, do we see a benchmark update? Nope.
...whatever.)
What the MySQL developers conveniently fail to mention is that if you use transaction-aware table types, performance drops dramatically. Under load with multiple concurrent connections, PostgreSQL is pretty close to the speed of MySQL or faster by default and blows MySQL's doors off when MySQL is transaction safe.
Regarding foreign key constraints, see note regarding transactions. And if you are really concerned about fk speed, you don't have to use them in PostgreSQL either.
Record locks hunh? It may surprise you to know that as a user, you don't need to explicitly tell PostgreSQL to lock tables with your queries. Ever. This a relational design issue. This should be handled by your database architect when they layout the table structure, rules, foreign keys, views, and triggers. You do have someone that designs the table structure ahead of time right? Sure you do. But why don't you have to explicitly lock the tables is PostgreSQL?
Maybe it's because PostgreSQL is smart enough to know when you need them without your help.
Transactions? Aren't those only for banks and e-commerce? Nope. Let's say you want to update all the users in Slashdot to give all of those loyal geeks one extra karma point. So you select on all users, grab their current karma, add one, and update the record. This has two problems: concurrency and completion. What happens if the user is moderated up or down in between the moment that the record is selected and the moment it's updated? Looks like the user has accidentally been given either (a) an extra point or (b) had a point taken away. Also look at what happens if the database goes down while doing the work (someone kicked a cord), who got the extra point and who didn't? Darn. Wish I had transactions...
So you use the transaction-aware MySQL tables. Wow! Performance has sure dropped out and we have to think about implementation details like locks. I sure wish there was a way to avoid stupid programming mistakes like forgetting a lock. Well...you could use just about any other database out there (including PostgreSQL).
As for stored procedures and triggers, you need not talk about features that aren't here *yet*. Version 4 isn't out of beta yet and you're hanging on a possible v5 feature? While we're at it, let's talk about how multi-master replication will appear in PostgreSQL by then. And didn't you hear? Microsoft's IIS will have its security holes patched up in two years too. Vaporware is vaporware. Believe it when you can download it.
------
Now then, on to personal gripes about MySQL above and beyond the ones I have listed above.
Benchmarks: On MySQL's benchmark page comparing PostgreSQL, they complain that no utilities are available for benchmarking but their own. This is not strictly true. No benchmark can be made because the syntax to the different RDBMSs are so dissimilar that none can be made currently without a strong bias. Stored procedure support, for example, would definitely skew results away from MySQL. But that wouldn't be fair for a benchmarking tool since MySQL doesn't support stored procedures. The same is true of triggers, rules, views, and other such "unimportant" features.
Of course MySQL's benchmark shows MySQL in a good light. They use only the feature set of MySQL to perform the benchmark.
They also mention on the page that they've contacted the PostgreSQL developers for tuning information and methods of improving the benchmark tool. I cannot express loudly enough that THIS IS A LIE! The PostgreSQL mailing list has many instances of developers reporting that they (a) never heard about this "contact" until someone pointed out the MySQL page, and (b) they have been ignored when they've tried to submit tuning techniques and other optimizations. Sounds like some people don't want their benchmarks to give the "wrong" results. Heaven forbid!
As it stands now, the benchmark is a year and a half old. MySQL is on its 53rd patch revision and PostgreSQL is two minor version releases later since this benchmark was released. Weren't you saying something about posting stale information? They still have a page complaining about vacuum bugs and the desire for a newer version of PostgreSQL that fixes the problem.
Feature comparisons: another source of info, it talks about the query speed on mostly read only data. Did someone forget to mention that flat files are even faster for mostly read only data?
It states that since MySQL has more users, it must be better than PostgreSQL. Funny how that logic doesn't seem to work for Windows. They use the same logic with the number of books. It wouldn't surprise me if there were more books on DOS than Linux. Does that make DOS better? Does that say anything about the relative quality of those books? No.
MySQL supports more APIs and languages. This is correct unless you want to count stored procedure languages. Oh wait, MySQL doesn't support stored procedures. (Yet! They'll be there in two or three years or so.
It then touts MySQL's fine replication facilities. Hello people! How often has slashdot gone down due to database issues? Hardly a poster child for stability or reliability.
According to mysql.com, PostgreSQL doesn't have a unit test/regression test. It makes one wonder if they've even used PostgreSQL.
PostgreSQL is said to be deficient with ODBC. Too bad they couldn't provide any specifics.
I'll relax about the statement that MySQL had more functionality with ALTER TABLE. FYI for readers, that has just changed with PostgreSQL 7.3.
They are correct that PostgreSQL doesn't have MERGE. Instead, they use the SQL92 standard UNION. Does the same thing. And let's not forget about views. What was that!? MySQL has extensive use of non-standard syntax? Any queries you write in MySQL will only have a prayer of working on MySQL? Say it ain't so!
PostgreSQL has had full text search for a while as part of contrib.
I don't even want to start with "MySQL Server is coded from the start to be multi-threaded, while PostgreSQL uses processes." Aside from databases on Windows, this helps whom significantly? A clue folks: Apache HTTPd also uses processes extensively. Pure thread support was only really added for the sake of Windows. This is one of those times where stability and consistency are more important than raw speed. This is your data!
And on and on...
As a final note, I would like everyone to take a trip down memory lane with me and recall that the MySQL dev team didn't see a need for MySQL to have transactions or any other of those "fancy" things at all until a couple of years ago -- when everyone started to realize that MySQL wasn't really twice as fast as PostgreSQL even though MySQL was crippled feature-wise.
The MySQL has so much misleading information (apart from the items that are outright false) on the web site, I wouldn't recommend it to anyone who wants correct information, "current" or otherwise.
- I don't need to go outside, my CRT tan'll do me just fine.
since you mysql doenst have the concept of undo and redo... you really cant call foxpro, which happens to have more sql features than mysql and stores each table as a file like mysql, a toy.
Not good when you can get more integrity out of a foxpro database. they have "transactions" to ( an utter kludge of course but they do).
looks like they have checkpoints and WAL...
very nice.
MySQL supporters are like people who believe that the moon landings were a hoax. No matter what contrary information they're confronted with, they still consider MySQL to be the best. It's all just an anti-MySQL conspiracy apparently...
:(
Rational and complete arguments like yours be damned.
This is your data. If it's important enough to store, it's important enough to protect. ACID is not optional.
- I don't need to go outside, my CRT tan'll do me just fine.
Im going to call in a few years and see if I can get paid lots of money to build a data warehouse , and clean alot of crappy data.
The sad thing this can happen in any database product with a poor data model... but this will be a given.
Me too.
I want replication too.
Thanks in advance.
What's wrong with creating a PG user called "anonymous"?
steve
Oh, you're not stuck, you're just unable to let go of the onion rings.
Yeah, but there still aren't any ShutdownItems on Mac OS X to complement the StartUpItems, so it looks like I have to write an AppleScript app so my client can shut down PostgresSQL safely. And they have to remember to run it every time they want to switch off their iMac.
/System/Library/StartupItems define three functions: StartService(), StopService(), and RestartService(). The StopService() function is executed at restart/shutdown, afaik. Just define the function to shutdown however you want it to, such as: pg_ctl stop -D DATA_DIR -m fast. You'll have to do some other things, but the easiest way to do this is to use a setup that is provided by someone else and just tweak it. Also, you should put the StartupItem in /Library/StartupItems, not /System/Library/StartupItems.
Most services that have StartupItem's in
The thing that makes Postgresql completely different from MySQL is that it is an *active* RDBMS. By active, I mean that you can set it up so if it gets certain kinds of data, it can operate on that data to create new records, delete records, update other tables etc.
Postgresql has the *intellegence* built in. You can write all sorts of georgous functions to do stuff, especially if, like us, your shop uses several languages... PHP, Perl, Java, Python, C++, etc. Why replicate your business logic everywhere?
Transaction support and file/record locking are the least of your problems. If you do serious database stuff, at some point, you are *going* to want VIEWS, TRIGGERS, RULES, and STORED PROCEDURES (functions). Having this functionality in the database engine, instead of in your code makes a heck of a lot of difference when the time comes to scale.
Coming from a MySQL backgroud in a multi-language shop, we clearly saw the limitations, and decided to switch the entire database platform over to Postgresql a year ago.
We haven't looked back since.
Newsfollow.com
getting WAl with undo and redo is what separates it from other databases that have "sql transactions"( mysql, foxpro and dbase). They have redo pretty much done.. but they need to finish undo. This is what makes an industrial multi user database. replications is good to.. but UNDO is much more important.
kudos to postgresql team.. they seem to understand why its important.
triggers and stored procs are good. but until WAL... it doesnt really matter. FOR REAL database work if transactions are the least of youre problems..you might as well as use FOXPRO! Any good DBA shouldnt let anybody write stored procedures who thinks otherwise.
Data warehouse guys get paid a ton of money cleaning bad data from Oracle databases by developers that have this attitude.
What are the major differences in functionality between this and Oracle 8i?
If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
You really should look at the Netcraft survey before making stupid comments about Apache playing catch-up to IIS. It makes you look foolish. The simple truth is, IIS is playing catch-up to Apache, and failing badly in its attempt. Apache has always been better than IIS, and always will be, no matter how much code the MicroSofties rip off from it. (You did know MicroSoft ripped off the BSD tcp/ip stack to get online way back when, didn't you? And that they've been playing catch-up to Unix since their MS-DOS days.)
True, the Gimp's UI sucks turds through a straw, and the OS office apps all need some serious polish, but Postgres is closing in on Oracle. It may not be ready run General Motors, but it is ready to run any small or medium business. And it'll do it a hell of a lot more economically. The only real benefit of licensing Oracle is knowing you're helping to fund Larry Ellison's America's Cup yacht. I got better things to spend money on.
Just today I found a need (not a chance to use, but a *need*) for a subquery. While contemplating copying and pasting (it's only like 30 rows) data between database tables, I happened to see this article.
How easy is it to switch over from MySQL to PostgreSQL? Is there a simple tool to convert between the two? (And as a sidenote... The machine I want to do this on is a third-hand computer, a 300 MHz, 128 MB RAM webserver... Am I going to notice a performance hit if I put PostgreSQL on it?)
________________________________________________
suwain_2
other than hot backups, postgresql is the open-source dbms, with almost all of the scalability and features of the leading commercial dbms's, and will probably surpass them just as linux has long ago surpassed the x86 competition in operating systems.
PostgreSQL is not OORDBMS, it ORDBMS - and that is a benefit of it. There are plenty of document on Internet explaining it from different angles.
Here is what make PostgreSQL ORDBMS different than other RDBMS.
The Third Manifesto us the best book covering the subject.
My own experience shows, that OOP paradigm should be neither ignored or overused. Languages, like Python, help you to use OOP only when you really need it. Similar way, DBMS, like PostgreSQL, helps you to use objects in your databases only when you really need them, and according with SQL'92 standard.
OORDBMS, offenly stays for ODBMS databases, with some SQL interface extensions. Primary such systems are designed for persistence of serialized objects. Therefore they inherit all problems related to ODBMS, and first of all - lack of theoretical support (OOP is based on heuristics), lack of ad-hoc queries, lack of reflection mechanisms, very tight-coupling, lack of on-the-fly db schema changes, lack of consistent replication, and so on, and so on. In few words, it's easy to use OORDBMS as ODBMS, but you cannot use OORDBMS as RDBMS (without additional SQL-compatible transaction manager) - it's ODBMS by it's nature.
In ORDBMS PostgreSQL relations are first class objects with all theoretical support of relational algebra, while inheritance and ADT are just addons. You can use ORDBMS as RDBMS (that's the way most of use use in real life), but you cannot use it as ODBMS (without additional OR-mapping manager) - it's RDBMS by its nature.
Less is more !
Non-native speakers and dyslexics aren't excluded from the responsibility of communicating clearly and effectively. It may be more difficult for them, and that fact should be respected. But the skill's overall importance is not dependent upon the writer.
:)
Mistakes happen, and flaming someone for making an honest mistake is inappropriate. Pointing out the mistake hurts no one. It presents the opportunity to avoid the mistake in the future and allow someone to become a more effective writer. If you choose to ignore the correction, that's your prerogative.
As a point of fact, bad spelling and grammar hurt non-native and dyslexic readers much more than native readers. Also, I find that non-native speakers tend to demonstrate much better skills in grammar than most Americans.
(Making sure I stay at least slightly on topic...)
MySQL doesn't care about spelling and grammar as much (No foreign keys, etc.). The lazy like that about it. PostgreSQL can be made a bit more anal retentive about your data.
At the end of the day, if the same person who wrote it into MySQL has to read it back, it works fine. PostgreSQL enforces the rules so that anyone -- not just the original author -- can read it back with perfect comprehension.
- I don't need to go outside, my CRT tan'll do me just fine.
Comment removed based on user account deletion
PiT rollbacks, multi-master and the like are coming down the 'chute too but are too much mucking around to be worth the bother just yet.
Got time? Spend some of it coding or testing
on the concurrancy issue. But once again, what if the update fails halfway through? How do you know which records have been updated and which still need updating?
Going to add and drop a temporary column?
With PostgreSQL (and any other ACID database), that same SQL you wrote is atomic. It either works completely or not at all. No special keywords. No extra steps. It just works.
When it's that easy in PostgreSQL, why would you use MySQL? Note that this is a write operation; Don't assume that MySQL is faster.
- I don't need to go outside, my CRT tan'll do me just fine.
Comment removed based on user account deletion
Too bad. When Internet burned tons of startup money, they hired lots of "so-called programmers" to do web-development stuff. No wonder that MySQL and PHP (and Linux!) was typically a choice. Who cares about transactions? Who cares about aspect separation? Just show the first home page to the boss!
The positive outcome: big bosses heard about Linux. Could Linux be where it is now without those so-called programmers? I doubt so. Professional Services from IBM and Microsoft would decide for you what technology to use after your boss has decided what partnership contract to sign.
But that wasn't the only way to "educate" big bosses about Linux: startup boom sparked Linux marketing boom creating OSDN, and others, including Slashdot. As a result, Linux is not self-selling itself: everyone loves Linux therefore Linux is protecting your investments. Crowd effect.
Could it be possible would Linux be really bad? No. Why it didn't happened to PostgreSQL? I think b/c PostgreSQL-based few companies didn't care about marketing. Or cared wrong. Or didn't have money to care. Compared to what? To Linux. Try to find some subject about Linux using google - besides mail-lists you've got many official documents, FAQs, HOWTOs, learning courses, support companies. Try to do it for PostgreSQL - mostly mail-lists and few official docs.
With improved better marketing PostgreSQL may become in one or two years as Linux today. Without good marketing only PostgreSQL developers, few enthusiasts and some Slashdot readers will know that not all open-source databases are so bad.
Less is more !
Me too.
I want replication too.
Thanks in advance.
-
ping -f 255.255.255.255 # if only
The OWNER option on CREATE TABLE, for example, will save a lot of fidgeting around. Some of the deeper changes show that they really do have a handle on their code. I expect them to surpass Oracle in every respect bar bloatedness and management-as-a-career by Christmas 2003. (-:
I do note a *lot* of `breakme' changes like integers no longer accepting an empty string as equivalent to zero. I guess this is where we find how portably we really wrote our code.
Got time? Spend some of it coding or testing
I am the project administrator for a CRM app on sourceforge. We prefer working with PostgreSQL and highly recommend it in our documentation. Of course Sourceforge only has MySQL for the demo so we have to support it too ;-)
IIRC, 7.3 has ALTER TBLE DROP COLUMN (one annoying thing missing when you are trying to initially design a table), and it compiles under Windows, so my two complaints are now gone.
LedgerSMB: Open source Accounting/ERP
If you compile the TCL support, you can also get an application (bundled with it) called pgaccess. This is sort of like an MSAccess clone written in TCL with PostgreSQL on the backend.
So yes, there are RAD tools similar to Access.
LedgerSMB: Open source Accounting/ERP
Does it support the latest JDBC standard, and does it work fine under heavy load?
Prior to 7.3, I used to do most of my prototyping in MySQL. Then I would convert the database over, and test it, then I would dump, add triggers, etc. and restore.
;)
;)
There are two scripts that come with PostgreSQL to take a database dump from MySQL and turn it into something you can use with PostgreSQL. So the switch is painless.
3 cautions, though
1) PostgreSQL timestams are time-zone independent, and the database manager will correct for timezone if set. So if your timestamps are off by a certain factor, that is probably why.
2) Timestamp format is different, so you may have to rewrite any time-stamp parsers.
3) Limit clauses in MySQL are non-standard.
Coming from someone who supports both
LedgerSMB: Open source Accounting/ERP
Comment removed based on user account deletion
someone who uses all these buzz words on a dialy basis... with a straight face... in short, a mac user.
What about Firebird? (http://firebird.sourceforge.net) This is the open source decendant from Interbase, the database that has been running at Motorola, Nokia, Boeing, and the Boston Stock Exchange for many years. It offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. Also an excellent web frontend is available (http://http://ibwebadmin.sourceforge.net/)
"Did you ever stop to think where you'd be when you finally kill your idols and have noone left to copy? "
Does this apply to Bill Gates and larry Ellison as well?
In recent PostgreSQL, this date addition is simple:
Number of days since I was born:
joel@joel=# select current_date - '1972-10-12';
?column?
----------
11007
(1 row)
Number of days between Christmas 2002 and Valentine's Day:
joel@joel=# select cast ('2002-12-25' as date) - '2002-02-14';
?column?
----------
314
(1 row)
[we need to cast at least one as a date explicitly, otherwise PG assumes there are both strings data.]
Nothing complicated here, kids, move on.
BTW: for those using now() in PostgreSQL, moving to CURRENT_DATE (or CURRENT_TIMESTAMP to get the time and date) is recommended -- it's less quirky in procedures, and is ANSI standard syntax.
I don't have this problem, but "insitu" data migration "fairies" can be very important.
;)
Example: DB takes 20 terabytes. 10 terabytes free.
Say it's time to upgrade to latest DB. Who's wants to tell the boss: "We need to buy 10 more terabytes which we won't use for months after that". Or "there'll be long downtime reloading 20TB from backup tapes".
Worse if the backup tapes don't store the DB in a version independent format! (which could be the case for ASAP disaster recovery - snapshot of everything). Backups still work, but upgrading could be a bit harder eh?
If you are going to start talking about vapor features then what about postgresql's plans to support point in time recoveries (pitr), redo logs, savepoints, and full clustering with multiple masters.
PITR, was planned for 7.3 but was delayed for 7.4 because of some other internal changes but they didn't wish to delay 7.3 for it. It's now scheduled for 7.4.
Clustering is such an overloaded word. Nonetheless, multi-master (IIRC) replication is already underworks.
Distributed quiries is something that comes up from time to time. Not sure what the actual work effort is, however, I do know the protocol is being significantly enhanced to allow for replication and distributed queries.
foxpro has sql transations too. but they dont have WAL, which kind of makes it useless.
IF (big if) you can temporarily remove those FK stuff etc and your users can wait for the time it takes to reload the affected table, you could do this in Postgresql (and not Oracle).
;).
(pseudoSQL)
begin;
lock oldtable;
create newtable (withcolumns that you want);
select columnsyouwant from oldtable into newtable;
drop oldtable;
rename newtable;
build indexes etc;
commit;
If anything fails everything will rollback and things will be fine.
I did this on a live site and it went well - old columns, new columns, modified columns whatever. Didn't have to resort to backups
That's where Postgresql beats Oracle.
Apparently MS Access treats fieldname=NULL differently. Nonstandards compliant.
AFAIK the standard says to do NULL tests using IS NULL and IS NOT NULL. fieldname=NULL should always return null according to standards.
You have to turn on a setting in Postgresql to support MS Access stuff which use the nonstandard behaviour.
Probably many others. But don't let crap stop you from switching from crap to good stuff.
Many companies try to standardize on as few platforms/dbs/etc as possible trying to minimize support costs. And they have to standardize on something that covers their highest needs as well as their lowest. Cost may not be a problem since they often have global licensing frameworks.
So that's why they do install their 5000 record database in Oracle. They might even be using a different instance in a shared installation...
Of course, for small companies this could be different.
My 0.02
ditto
But MySQL isn't libre software on Windows is it? It wasn't the last time I checked.
So on Windows you have the choice of an installer (MySQL) or open source (PostgreSQL).
Did I miss something?
- I don't need to go outside, my CRT tan'll do me just fine.
Considered using FOP for your reporting? That way you get more layout control than with HTML, your final output is in PDF format, you can use XSLT to build the stylesheets to do the formatting (and just have your program output XML to the reporting layer)... generally cool stuff.
You are indeed correct. I mistyped. With updates like in my example, you don't have to explicitly lock a table. Strictly speaking, you don't have to in MySQL either; you just do it with some risk to your data.
In the next versions of PostgreSQL, support for nested transactions would solve those particular problems. But as that's a feature not yet available, I cede the point.
In your example, a lock is indeed the way to go.
- I don't need to go outside, my CRT tan'll do me just fine.
Me too.
I want replication too.
Thanks in advance.
So report a bug. How can I fix things if the problems aren't reported? (Not that I've heard of this from anyone else either -- I suspect your client built his own postgresql package without having readline development files installed.)
Debian maintainer for PostgreSQL
PostgreSQL Inc offers a replication solution, though it's not free. I've not used it myself, but the folks running the .info domain use it and seem fairly happy with it.
forum.geizhals.at, discussion forum (german language only!) for the geizhals.at price comparisons ... Does approx. 3 mil. Page Impressions per month and is 100% Resin 2.1.x(JSP)/PostgreSQL 7.2.3/Apache-based (originally built with Resin 1.2.4, PostgreSQL 6.3 in Q2/2000). Runs off a single dual-CPU Pentium III/800MHz server (including the database, which is also used by other parts of geizhals.at, which has approx. 18 mil. Page Impressions per month).
This talk of Access and Postgres reminds me...how do you get past the problem where you try to link Access to Postgres, and Access 2K complains something like "The size of a field was too long"? I gave up on the linking because of this.
It's not the ODBC driver, as Excel does a data import of the same view with no problem!