This is a discussion on Perspective: PostgreSQL usage boon after release of 8.2 within the Pgsql General forums, part of the PostgreSQL category; --> Just a quick thought, and an possibly over-optimistic forecast: I think PG will see a really significant increase in ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Just a quick thought, and an possibly over-optimistic forecast: I think PG will see a really significant increase in usage, especially 'corporate' use, with the release of the version that has support for (what I consider to be) one of the biggest features in recent memory: standard iso/ansi string escaping. In my experience this has been the biggest roadblock to adoption by companies running a commercial database... it has made migration difficult/daunting, especially for users who cannot rely on prepared statement style APIs (complex dynamic queries, etc). Most of the corp folks I know who have tried using PG to augment or replacement a commercial offering just tend to silently pause and wait for this change.. that why this topic isn't really heard very often. It's like going to a car lot to buy a SUV, but they don't have any within sight.. the perspective buyer just moves on without saying anything. I'm am SOOO looking forward to hearing the beta announcement for 8.2... hopefully that version's still on target for the standard string escape option.. This *one* roadblock will be gone. k ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| Ken Johanson wrote: > Most of the corp folks I know who have tried using PG to augment or > replacement a commercial offering just tend to silently pause and wait > for this change.. that why this topic isn't really heard very often. > It's like going to a car lot to buy a SUV, but they don't have any > within sight.. the perspective buyer just moves on without saying anything. I have converted databases from other DBs such as MS SQL server and never had a problem with string escaping, can you please post a example of what you mean? Do you mean inside of functions? -- Tony Caduto AM Software Design Home of PG Lightning Admin for Postgresql http://www.amsoftwaredesign.com ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| On 3/7/06, Ken Johanson <pg-user@kensystem.com> wrote: > Just a quick thought, and an possibly over-optimistic forecast: > I'm am SOOO looking forward to hearing the beta announcement for 8.2... > hopefully that version's still on target for the standard string escape > option.. This *one* roadblock will be gone. I have to agree. 8.2 is shaping up to be one of those odd releases is light on the attention grabbing 'enterprise features' but packs lots of quiet usability improvements that benefit everybody. 7.4 was another release like that... Merlin ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |