File: schema.sql

package info (click to toggle)
pgpointcloud 1.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,892 kB
  • sloc: sql: 40,767; ansic: 11,045; xml: 935; makefile: 297; cpp: 282; perl: 248; python: 178; sh: 92
file content (3 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
-- See https://github.com/pgpointcloud/pointcloud/issues/71
set client_min_messages to ERROR;
select '#71', PC_SchemaIsValid('<xml/>'::xml::text);