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
18db3437
Commit
18db3437
authored
Jul 23, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Just a spot of copy-editing.
parent
56b8a6f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+10
-9
No files found.
doc/src/sgml/ref/psql-ref.sgml
View file @
18db3437
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.9
0 2003/06/28 00:12:39
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.9
1 2003/07/23 15:05:42
tgl Exp $
PostgreSQL documentation
-->
...
...
@@ -804,7 +804,7 @@ testdb=>
Lists all available aggregate functions, together with the data
type they operate on. If <replaceable
class="parameter">pattern</replaceable>
is specified, only
matching aggregates
are shown.
is specified, only
aggregates whose names match the pattern
are shown.
</para>
</listitem>
</varlistentry>
...
...
@@ -816,7 +816,7 @@ testdb=>
<para>
Lists all available conversions between character-set encodings.
If <replaceable class="parameter">pattern</replaceable>
is specified, only conversions whose name
matches
the pattern are
is specified, only conversions whose name
s match
the pattern are
listed.
</para>
</listitem>
...
...
@@ -882,7 +882,8 @@ testdb=>
Lists available functions, together with their argument and
return types. If <replaceable
class="parameter">pattern</replaceable>
is specified, only matching functions are shown. If the form
is specified, only functions whose names match the pattern are shown.
If the form
<literal>\df+</literal> is used, additional information about
each function, including language and description, is shown.
</para>
...
...
@@ -916,7 +917,7 @@ testdb=>
<para>
If <replaceable class="parameter">pattern</replaceable> is
specified, only objects whose name
matches
the pattern are listed.
specified, only objects whose name
s match
the pattern are listed.
</para>
</listitem>
</varlistentry>
...
...
@@ -940,7 +941,7 @@ testdb=>
<para>
Lists all available schemas (namespaces). If <replaceable
class="parameter">pattern</replaceable> (a regular expression)
is specified, only schemas whose name
matches
the pattern are listed.
is specified, only schemas whose name
s match
the pattern are listed.
</para>
</listitem>
</varlistentry>
...
...
@@ -952,7 +953,7 @@ testdb=>
<para>
Lists available operators with their operand and return types.
If <replaceable class="parameter">pattern</replaceable> is
specified, only operators whose name
matches
the pattern are listed.
specified, only operators whose name
s match
the pattern are listed.
</para>
</listitem>
</varlistentry>
...
...
@@ -965,7 +966,7 @@ testdb=>
Produces a list of all available tables with their
associated access privileges.
If <replaceable class="parameter">pattern</replaceable> is
specified, only tables whose name
matches
the pattern are listed.
specified, only tables whose name
s match
the pattern are listed.
</para>
<para>
...
...
@@ -1671,7 +1672,7 @@ lo_import 152801
Produces a list of all available tables with their
associated access privileges.
If a <replaceable class="parameter">pattern</replaceable> is
specified, only tables whose name
matches
the pattern are listed.
specified, only tables whose name
s match
the pattern are listed.
</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