8000 Rename tuturials for char2/char16 removal. · postgrespro/postgres_cluster@27ef825 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27ef825

Browse files
committed
Rename tuturials for char2/char16 removal.
1 parent 1a7273b commit 27ef825

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tutorial/advanced.source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--
88
-- Copyright (c) 1994, Regents of the University of California
99
--
10-
-- $Id: advanced.source,v 1.2 1998/02/28 23:37:08 scrappy Exp $
10+
-- $Id: advanced.source,v 1.3 1999/07/08 15:28:51 momjian Exp $
1111
--
1212
---------------------------------------------------------------------------
1313

@@ -28,7 +28,7 @@ CREATE TABLE cities (
2828
);
2929

3030
CREATE TABLE capitals (
31-
state char2
31+
state char(2)
3232
) INHERITS (cities);
3333

3434
-- now, let's populate the tables
@@ -90,7 +90,7 @@ WHERE c.altitude > 500;
9090
CREATE TABLE sal_emp (
9191
name text,
9292
pay_by_quarter int4[],
93-
schedule char16[][]
93+
schedule text[][]
9494
);
9595

9696
-- insert instances with array attributes. Note the use of braces

0 commit comments

Comments
 (0)
0