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
d446c129
Commit
d446c129
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
a47e20b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/plsql.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/plsql.sgml
with
2 additions
and
2 deletions
doc/src/sgml/plsql.sgml
+
2
−
2
View file @
d446c129
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.
6
2000/05/16
19:29:43
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.
7
2000/05/16
21:16:12
momjian Exp $
-->
-->
<chapter>
<chapter>
...
@@ -299,7 +299,7 @@ RENAME <replaceable>oldname</replaceable> TO <replaceable>newname</replaceable>;
...
@@ -299,7 +299,7 @@ RENAME <replaceable>oldname</replaceable> TO <replaceable>newname</replaceable>;
<para>
<para>
Using the <replaceable>class.field</replaceable>%TYPE
Using the <replaceable>class.field</replaceable>%TYPE
causes PL/pgSQL to lookup the attributes definitions at the
causes PL/pgSQL to lookup the attributes definitions at the
first call to the func
i
ton during the lifetime of a backend.
first call to the funct
i
on during the lifetime of a backend.
Have a table with a char(20) attribute and some PL/pgSQL functions
Have a table with a char(20) attribute and some PL/pgSQL functions
that deal with it's content in local variables. Now someone
that deal with it's content in local variables. Now someone
decides that char(20) isn't enough, dumps the table, drops it,
decides that char(20) isn't enough, dumps the table, drops it,
...
...
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