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
f3406489
Commit
f3406489
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update for longer NAMEDATALEN.
parent
46bb23ac
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_DEV
+2
-2
2 additions, 2 deletions
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+1
-1
1 addition, 1 deletion
doc/src/FAQ/FAQ_DEV.html
with
3 additions
and
3 deletions
doc/FAQ_DEV
+
2
−
2
View file @
f3406489
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed Apr 17 01:12:20
EDT 2002
Last updated:
Tue Aug 13 16:41:02
EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -560,7 +560,7 @@
...
@@ -560,7 +560,7 @@
Table, column, type, function, and view names are stored in system
Table, column, type, function, and view names are stored in system
tables in columns of type Name. Name is a fixed-length,
tables in columns of type Name. Name is a fixed-length,
null-terminated type of NAMEDATALEN bytes. (The default value for
null-terminated type of NAMEDATALEN bytes. (The default value for
NAMEDATALEN is
64
bytes.)
NAMEDATALEN is
32
bytes.)
typedef struct nameData
typedef struct nameData
{
{
char data[NAMEDATALEN];
char data[NAMEDATALEN];
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
1
−
1
View file @
f3406489
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
PostgreSQL
</H1>
<P>
Last updated:
Wed Apr 17 01:12:20
EDT 2002
</P>
<P>
Last updated:
Tue Aug 13 16:41:02
EDT 2002
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
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