NAME

Text::Query::BuildSQLPg - Builder for Postgres

SYNOPSIS

  use Text::Query;
  my $q=new Text::Query('hello and world',
                        -parse => 'Text::Query::ParseAdvanced',
                        -solve => 'Text::Query::SolveSQL',
                        -build => 'Text::Query::BuildSQLPg');

DESCRIPTION

Generates a well formed where clause for Text::Query::ParseAdvanced or Text::Query::ParseSimple suitable for query with Postgres.

Code is mainly based on Text:Query::BuildSQLMySQL.

SEE ALSO

Text::Query(3) Text::Query::BuildSQL(3)

AUTHORS

Benjamin Drieu (bdrieu@april.org)

Loic Dachary (loic@senga.org)