Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
27ef8257
Commit
27ef8257
authored
Jul 08, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename tuturials for char2/char16 removal.
parent
1a7273bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/tutorial/advanced.source
src/tutorial/advanced.source
+3
-3
No files found.
src/tutorial/advanced.source
View file @
27ef8257
...
...
@@ -7,7 +7,7 @@
--
-- Copyright (c) 1994, Regents of the University of California
--
-- $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 $
--
---------------------------------------------------------------------------
...
...
@@ -28,7 +28,7 @@ CREATE TABLE cities (
);
CREATE TABLE capitals (
state char
2
state char
(2)
) INHERITS (cities);
-- now, let's populate the tables
...
...
@@ -90,7 +90,7 @@ WHERE c.altitude > 500;
CREATE TABLE sal_emp (
name text,
pay_by_quarter int4[],
schedule
char16
[][]
schedule
text
[][]
);
-- insert instances with array attributes. Note the use of braces
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment