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
768eaf14
Commit
768eaf14
authored
May 01, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention the actual stored size of NUMERIC values, per David Fetter.
parent
628c0893
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/src/sgml/datatype.sgml
doc/src/sgml/datatype.sgml
+4
-2
No files found.
doc/src/sgml/datatype.sgml
View file @
768eaf14
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.15
6 2005/03/13 09:36:30 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.15
7 2005/05/01 15:54:46 tgl
Exp $
-->
-->
<chapter id="datatype">
<chapter id="datatype">
...
@@ -505,7 +505,9 @@ NUMERIC
...
@@ -505,7 +505,9 @@ NUMERIC
trailing zeroes. Thus, the declared precision and scale of a column
trailing zeroes. Thus, the declared precision and scale of a column
are maximums, not fixed allocations. (In this sense the <type>numeric</>
are maximums, not fixed allocations. (In this sense the <type>numeric</>
type is more akin to <type>varchar(<replaceable>n</>)</type>
type is more akin to <type>varchar(<replaceable>n</>)</type>
than to <type>char(<replaceable>n</>)</type>.)
than to <type>char(<replaceable>n</>)</type>.) The actual storage
requirement is two bytes for each group of four decimal digits,
plus eight bytes overhead.
</para>
</para>
<para>
<para>
...
...
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