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
f7967d4c
Commit
f7967d4c
authored
17 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Documentation wording fixes.
Guillaume Lelarge
parent
e1f55afe
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/sgml/ref/create_type.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/ref/create_type.sgml
doc/src/sgml/ref/psql-ref.sgml
+2
-2
2 additions, 2 deletions
doc/src/sgml/ref/psql-ref.sgml
with
4 additions
and
4 deletions
doc/src/sgml/ref/create_type.sgml
+
2
−
2
View file @
f7967d4c
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.7
2
2007/
06/15 20:56:49 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.7
3
2007/
10/29 17:29:59 momjian
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -612,7 +612,7 @@ $$ LANGUAGE SQL;
...
@@ -612,7 +612,7 @@ $$ LANGUAGE SQL;
CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
CREATE TABLE bug (
CREATE TABLE bug (
serial
id
,
id
serial,
description text,
description text,
status bug_status
status bug_status
);
);
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/psql-ref.sgml
+
2
−
2
View file @
f7967d4c
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.19
5
2007/
09/14 14:31:22
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.19
6
2007/
10/29 17:29:59
momjian Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -1657,7 +1657,7 @@ lo_import 152801
...
@@ -1657,7 +1657,7 @@ lo_import 152801
<para>
<para>
You can specify an optional second argument, if it is provided it
You can specify an optional second argument, if it is provided it
may be either <literal>on</literal> or <literal>off</literal>
may be either <literal>on</literal> or <literal>off</literal>
which will enable or dis
play
the tuples only mode. If the
which will enable or dis
able
the tuples only mode. If the
second argument is not provided then we will toggle between tuples
second argument is not provided then we will toggle between tuples
only and full display. Full display shows extra information such
only and full display. Full display shows extra information such
as column headers, titles, and various footers. In tuples only
as column headers, titles, and various footers. In tuples only
...
...
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