Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
c1ba858c
Commit
c1ba858c
authored
13 years ago
by
Michael Meskes
Browse files
Options
Downloads
Patches
Plain Diff
Reworded sentence as suggested by Stephen Frost.
parent
2273a503
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/create_type.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/ref/create_type.sgml
with
2 additions
and
2 deletions
doc/src/sgml/ref/create_type.sgml
+
2
−
2
View file @
c1ba858c
...
@@ -465,8 +465,8 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
...
@@ -465,8 +465,8 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
identical things, and you want to allow these things to be accessed
identical things, and you want to allow these things to be accessed
directly by subscripting, in addition to whatever operations you plan
directly by subscripting, in addition to whatever operations you plan
to provide for the type as a whole. For example, type <type>point</>
to provide for the type as a whole. For example, type <type>point</>
is represented as just two floating-point numbers,
which it allows to be
is represented as just two floating-point numbers,
each can be accessed using
accessed as
<literal>point[0]</> and <literal>point[1]</>.
<literal>point[0]</> and <literal>point[1]</>.
Note that
Note that
this facility only works for fixed-length types whose internal form
this facility only works for fixed-length types whose internal form
is exactly a sequence of identical fixed-length fields. A subscriptable
is exactly a sequence of identical fixed-length fields. A subscriptable
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment