2007/11/8, Andreas Ericsson <<a href="mailto:ae@op5.se">ae@op5.se</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Antonio Grassi wrote:<br>>>>> turn everything up, I see that there are also hardcoded queries with<br>>>>> MySQL SQL format.<br>>>> I thought most queries were in ANSI SQL. In what way are the queries
<br>>>> incompatible with PostgreSQL (or any other sql-engine, for that matter)?<br>>>><br>>> I should check the queries again.<br>><br>><br>> In particular, I've seen the query in src/db.c, line 317:
<br>><br>> "INSERT INTO %s SET instance_name='%s'"<br>><br>> The INSERT INTO table SET column = value ... is a MySQL extension, as<br>> described in<br>> <a href="http://dev.mysql.com/doc/refman/6.0/en/extensions-to-ansi.html">
http://dev.mysql.com/doc/refman/6.0/en/extensions-to-ansi.html</a><br>><br>> I don't know if there are other non standard queries.<br>><br><br>UPDATE %s SET column='%s'<br><br>is ANSI though, so that should work pretty much everywhere. So long as
<br>it doesn't overly complicate things, I'm all for following standards.<br><br>Were there any complicated cases, or was this all?</blockquote><div><br>After a quick overview of the queries, I don't think there are any complicated cases, but I haven't even tryed to replace those queries and see what happens afterwards.
<br><br>I just wanted to know the status of PostgreSQL support, if the intention to add it persisted, and give a hand if it could be useful and there was work going on (which I understand is not the case, as there is a standby till the database schema stabilizes).
<br><br>I will check the nagios exchange version that Michael mentions.<br></div></div><br>Thanks very much,<br>Antonio<br>