Fix example, change table name from 'array' to 'array_int'.

REL8_0_STABLE
Bruce Momjian 21 years ago
parent a8d97fcded
commit a87f494d9c
  1. 4
      doc/src/sgml/ref/create_table.sgml

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.89 2005/01/04 00:39:53 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.90 2005/01/05 18:03:19 momjian Exp $
PostgreSQL documentation
-->
@ -703,7 +703,7 @@ CREATE TABLE distributors (
Create a table with a 2-dimensional array:
<programlisting>
CREATE TABLE array (
CREATE TABLE array_int (
vector int[][]
);
</programlisting>

Loading…
Cancel
Save