Re: Microsoft to certify and support SUSE Linux !



Nathaniel L. Walker wrote:

I think PostgreSQL is competitive with MSSQL in one of its more
advanced and richer implementations, like EnterpriseDB. But what you
get off the web site isn't, IMO.



That is not true at all, for 99 percent of the internal corp
applications that use MS SQL server or even Oracle you can use
Postgresql instead. Postgresql has rich stored procedure support and
you can write procs in PLpgsql (similar to Oracle PLsql), Perl,PHP,Java
and many others. The PLperl support is just incredible on Linux
servers, you can do some real cool things with Perl Stored Procedures.

Tony Caduto
AM Software Design
Home of Lightning Admin for Postgresql and MySQL
http://www.amsoftwaredesign.com

--

.



Relevant Pages

  • PostgreSQL database call
    ... Executes a raw SQL statement against MySQL or PostgreSql. ... Executes a stored procedure on PostgreSql. ... I'm not intersted in the SQL itself - I want to see the .NET code ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: [PHP] PDO prepared statements and LIKE escaping
    ... How would those handle something like "a string that ends in 100%"? ... So for instance in a stored procedure in PostgreSQL you could do: ... Larry Garfield ...
    (php.general)