mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Fix example, change table name from 'array' to 'array_int'.
This commit is contained in:
parent
a8d97fcded
commit
a87f494d9c
@ -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
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user