diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 6459b22720..732c7f6949 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -703,7 +703,7 @@ CREATE TABLE distributors ( Create a table with a 2-dimensional array: -CREATE TABLE array ( +CREATE TABLE array_int ( vector int[][] );