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
2254d4ef
Commit
2254d4ef
authored
Dec 03, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back out ARRAY() patch.
parent
59ce952a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+1
-13
No files found.
doc/src/sgml/func.sgml
View file @
2254d4ef
<!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.22
8 2004/12/02 21:04:47
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.22
9 2004/12/03 18:34:31
momjian Exp $
PostgreSQL documentation
-->
...
...
@@ -6930,18 +6930,6 @@ SELECT NULLIF(value, '(none)') ...
</tbody>
</tgroup>
</table>
<note>
<para>
Although it is not strictly a function and does not appear in \df
in psql, <command>ARRAY()</command>, mentioned in <xref
linkend="sql-syntax-array-constructors"> acts much like a
<literal>table function</literal> (equivalently, a
<literal>set-returning function</literal> or a
<acronym>SRF</acronym>--see <xref linkend="queries-tablefunctions">)
which takes <type>anyarray</type> and returns a set of
<type>anyelement</type>.
</para>
</note>
</sect1>
<sect1 id="functions-aggregate">
...
...
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