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
320f85a9
Commit
320f85a9
authored
Mar 30, 2005
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
0f085f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/xaggr.sgml
doc/src/sgml/xaggr.sgml
+2
-2
No files found.
doc/src/sgml/xaggr.sgml
View file @
320f85a9
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.2
7 2005/03/12 20:25:06 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/xaggr.sgml,v 1.2
8 2005/03/30 02:08:39 neilc
Exp $
-->
-->
<sect1 id="xaggr">
<sect1 id="xaggr">
...
@@ -173,7 +173,7 @@ SELECT attrelid::regclass, array_accum(atttypid)
...
@@ -173,7 +173,7 @@ SELECT attrelid::regclass, array_accum(atttypid)
must be a temporary transition value and can therefore safely be modified
must be a temporary transition value and can therefore safely be modified
in-place rather than allocating a new copy. (This is the <emphasis>only</>
in-place rather than allocating a new copy. (This is the <emphasis>only</>
case where it is safe for a function to modify a pass-by-reference input.)
case where it is safe for a function to modify a pass-by-reference input.)
See <literal>int8inc()
>
</> for an example.
See <literal>int8inc()</> for an example.
</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