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
210a039d
Commit
210a039d
authored
22 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Since ANY is a reserved word, better suggest that ANY be quoted when
used for the input type of an aggregate.
parent
156408e9
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/ref/create_aggregate.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/ref/create_aggregate.sgml
with
3 additions
and
3 deletions
doc/src/sgml/ref/create_aggregate.sgml
+
3
−
3
View file @
210a039d
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.2
1
2002/0
9
/21
18:32:54 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.2
2
2002/
1
0/21
04:33:39 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -52,8 +52,8 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE =
...
@@ -52,8 +52,8 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE =
<listitem>
<listitem>
<para>
<para>
The input data type on which this aggregate function operates.
The input data type on which this aggregate function operates.
This can be specified as
ANY
for an aggregate that does
not
This can be specified as
<literal>"ANY"</>
for an aggregate that does
examine its input values
not
examine its input values
(an example is <function>count(*)</function>).
(an example is <function>count(*)</function>).
</para>
</para>
</listitem>
</listitem>
...
...
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