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
cffded96
Commit
cffded96
authored
May 01, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation refers to box() function where it should say box_intersect().
Thanks to Wes Sheldah for finding this one.
parent
0c57d69d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+3
-3
No files found.
doc/src/sgml/func.sgml
View file @
cffded96
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.15
2 2003/03/30 21:48:37
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.15
3 2003/05/01 00:57:05
tgl Exp $
PostgreSQL documentation
-->
...
...
@@ -5563,10 +5563,10 @@ SELECT TIMESTAMP 'now';
<entry><literal>area(box '((0,0),(1,1))')</literal></entry>
</row>
<row>
<entry><literal><function>box</function>(<type>box</>, <type>box</>)</literal></entry>
<entry><literal><function>box
_intersect
</function>(<type>box</>, <type>box</>)</literal></entry>
<entry><type>box</type></entry>
<entry>intersection box</entry>
<entry><literal>box(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))')</literal></entry>
<entry><literal>box
_intersect
(box '((0,0),(1,1))',box '((0.5,0.5),(2,2))')</literal></entry>
</row>
<row>
<entry><literal><function>center</function>(<replaceable>object</>)</literal></entry>
...
...
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