Commit a87f494d authored by Bruce Momjian's avatar Bruce Momjian

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

parent a8d97fcd
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -703,7 +703,7 @@ CREATE TABLE distributors ( ...@@ -703,7 +703,7 @@ CREATE TABLE distributors (
Create a table with a 2-dimensional array: Create a table with a 2-dimensional array:
<programlisting> <programlisting>
CREATE TABLE array ( CREATE TABLE array_int (
vector int[][] vector int[][]
); );
</programlisting> </programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment