warning: pg_query() [function.pg-query]: Query failed: ERROR: column "node.nid" must appear in the GROUP BY clause or be used in an aggregate function in /usr/clients/www/drupal/includes/database.pgsql.inc on line 185.
user warning:
query: SELECT COUNT(*) FROM (SELECT SUBSTR(node.title, 1, 1) AS title_truncated,
node.nid AS num_records
FROM node node
GROUP BY title_truncated
ORDER BY title_truncated ASC
) count_alias in /usr/clients/www/drupal/sites/all/modules/views/plugins/views_plugin_pager.inc on line 134.
warning: pg_query() [function.pg-query]: Query failed: ERROR: column "node.nid" must appear in the GROUP BY clause or be used in an aggregate function in /usr/clients/www/drupal/includes/database.pgsql.inc on line 185.
user warning:
query: SELECT SUBSTR(node.title, 1, 1) AS title_truncated,
node.nid AS num_records
FROM node node
GROUP BY title_truncated
ORDER BY title_truncated ASC
LIMIT 36 OFFSET 0 in /usr/clients/www/drupal/sites/all/modules/views/plugins/views_plugin_query_default.inc on line 1093.