File: schema.out

package info (click to toggle)
pgpointcloud 1.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,840 kB
  • sloc: sql: 41,137; ansic: 10,943; xml: 935; cpp: 282; perl: 248; makefile: 185; sh: 72
file content (8 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
-- See https://github.com/pgpointcloud/pointcloud/issues/71
set client_min_messages to ERROR;
select '#71', PC_SchemaIsValid('<xml/>'::xml::text);
 ?column? | pc_schemaisvalid 
----------+------------------
 #71      | f
(1 row)