Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a87f494

Browse files
committed
Fix example, change table name from 'array' to 'array_int'.
1 parent a8d97fc commit a87f494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.89 2005/01/04 00:39:53 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_table.sgml,v 1.90 2005/01/05 18:03:19 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -703,7 +703,7 @@ CREATE TABLE distributors (
703703
Create a table with a 2-dimensional array:
704704

705705
<programlisting>
706-
CREATE TABLE array (
706+
CREATE TABLE array_int (
707707
vector int[][]
708708
);
709709
</programlisting>

0 commit comments

Comments
 (0)