8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7273b commit 27ef825Copy full SHA for 27ef825
src/tutorial/advanced.source
@@ -7,7 +7,7 @@
7
--
8
-- Copyright (c) 1994, Regents of the University of California
9
10
--- $Id: advanced.source,v 1.2 1998/02/28 23:37:08 scrappy Exp $
+-- $Id: advanced.source,v 1.3 1999/07/08 15:28:51 momjian Exp $
11
12
---------------------------------------------------------------------------
13
@@ -28,7 +28,7 @@ CREATE TABLE cities (
28
);
29
30
CREATE TABLE capitals (
31
- state char2
+ state char(2)
32
) INHERITS (cities);
33
34
-- now, let's populate the tables
@@ -90,7 +90,7 @@ WHERE c.altitude > 500;
90
CREATE TABLE sal_emp (
91
name text,
92
pay_by_quarter int4[],
93
- schedule char16[][]
+ schedule text[][]
94
95
96
-- insert instances with array attributes. Note the use of braces
0 commit comments