Re: checking select query syntax and semantics via php without executing - Mailing list pgsql-php

From Marco Dieckhoff
Subject Re: checking select query syntax and semantics via php without executing
Date
Msg-id 4ACA6D38.4010005@gmx.de
Whole thread Raw
In response to Re: checking select query syntax and semantics via php without executing  (Bill Moran <wmoran@potentialtech.com>)
Responses Re: checking select query syntax and semantics via php without executing
List pgsql-php
Bill Moran schrieb:
> In response to Marco Dieckhoff <dieck@gmx.de>:
>> Hi there!
>>
>> Is it possible in PHP to give a sql (select) query to Postgres via pg_*
>> so that it is NOT executed but merely checked for syntax including
>> correct, existing field and table names, and data types?

> Off the top of my head, you could prefix the query with EXPLAIN, which
> will cause it to be planned (thus checking syntax) and return an
> execution plan, but not actually run the query.

Works as a charm, thanks to both of you.

Must be one of the quickest "case solved, thread closed" I have ever seen :)



pgsql-php by date:

Previous
From: Bill Moran
Date:
Subject: Re: checking select query syntax and semantics via php without executing
Next
From: Christophe Pettus
Date:
Subject: Re: checking select query syntax and semantics via php without executing