projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620c2c3
)
Fix small typo.
author
Thomas G. Lockhart
Mon, 17 Aug 1998 16:12:35 +0000
(16:12 +0000)
committer
Thomas G. Lockhart
Mon, 17 Aug 1998 16:12:35 +0000
(16:12 +0000)
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index db84f5ae172f6587ef82fa9eafcb077dfd3c2b65..74a9ae344a7ddc9a8601b1f0002ff022d0db9aa9 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-391,7
+391,7
@@
There is currently one other fixed-length character type. The
name
only has one purpose and that is to provide
Postgres
with a
special type to use for internal names. It is not intended for use by the general user.
It's length is currently defined as 32 chars but should be reference using NAMEDATALEN.
-This is set at compile time and may change in a
ny
future release.
+This is set at compile time and may change in a future release.