Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit27ef825

Browse files
committed
Rename tuturials for char2/char16 removal.
1 parent1a7273b commit27ef825

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-
statechar2
31+
statechar(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
nametext,
9292
pay_by_quarterint4[],
93-
schedulechar16[][]
93+
scheduletext[][]
9494
);
9595

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp