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
18db3437
Commit
18db3437
authored
21 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Just a spot of copy-editing.
parent
56b8a6f5
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/psql-ref.sgml
+10
-9
10 additions, 9 deletions
doc/src/sgml/ref/psql-ref.sgml
with
10 additions
and
9 deletions
doc/src/sgml/ref/psql-ref.sgml
+
10
−
9
View file @
18db3437
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.9
0
2003/0
6
/2
8 00:12:39
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.9
1
2003/0
7
/2
3 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 match
es
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 match
es
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 match
es
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 match
es
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 match
es
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 match
es
the pattern are listed.
specified, only tables whose name
s
match the pattern are listed.
</para>
<para>
...
...
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