Hello,
I noticed that there is column number mismatch in document of system
catalogs, pg_listener(catalogs.sgml,
http://www.postgresql.org/docs/8.4/static/catalog-pg-listener.html).
I think it shuld be:
$ diff catalogs.sgml catalogs.sgml-honda
3033c3033
<
---
>
3038d3037
< Referen
Hello,
Thank you for fixing.
I notice that there is also example which cause a syntax error
like "create table" in example of below URLs:
http://developer.postgresql.org/docs/postgres/sql-release-savepoint.html
http://developer.postgresql.org/docs/postgres/sql-savepoint.html
A word "table" i
Hello,
I got a error when execute below command in
http://developer.postgresql.org/docs/postgres/sql-createtable.html
postgres=# CREATE TABLE array (vector int[][]);
ERROR: syntax error at or near "array" at character 14
LINE 1: CREATE TABLE array (vector int[][]);
^