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
4d7af987
Commit
4d7af987
authored
Aug 13, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch NAME section of reference pages.
parent
1b5cffac
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
+16
-16
doc/src/sgml/ref/alter_group.sgml
doc/src/sgml/ref/alter_group.sgml
+2
-2
doc/src/sgml/ref/drop_rule.sgml
doc/src/sgml/ref/drop_rule.sgml
+2
-2
doc/src/sgml/ref/drop_sequence.sgml
doc/src/sgml/ref/drop_sequence.sgml
+2
-2
doc/src/sgml/ref/drop_table.sgml
doc/src/sgml/ref/drop_table.sgml
+2
-2
doc/src/sgml/ref/drop_view.sgml
doc/src/sgml/ref/drop_view.sgml
+2
-2
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/dropdb.sgml
+2
-2
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/droplang.sgml
+2
-2
doc/src/sgml/ref/dropuser.sgml
doc/src/sgml/ref/dropuser.sgml
+2
-2
No files found.
doc/src/sgml/ref/alter_group.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.
3 2000/07/24 13:17:44
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_group.sgml,v 1.
4 2001/08/13 15:24:46
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -15,7 +15,7 @@ Postgres documentation
...
@@ -15,7 +15,7 @@ Postgres documentation
ALTER GROUP
ALTER GROUP
</refname>
</refname>
<refpurpose>
<refpurpose>
Add users to a group
,
remove users from a group
Add users to a group
;
remove users from a group
</refpurpose>
</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
doc/src/sgml/ref/drop_rule.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_rule.sgml,v 1.
8 2000/10/22 23:32:38 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_rule.sgml,v 1.
9 2001/08/13 15:24:46 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -15,7 +15,7 @@ Postgres documentation
...
@@ -15,7 +15,7 @@ Postgres documentation
DROP RULE
DROP RULE
</refname>
</refname>
<refpurpose>
<refpurpose>
Removes
existing
rules from the database
Removes rules from the database
</refpurpose>
</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
doc/src/sgml/ref/drop_sequence.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.
8 2000/10/22 23:32:38 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_sequence.sgml,v 1.
9 2001/08/13 15:24:46 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -15,7 +15,7 @@ Postgres documentation
...
@@ -15,7 +15,7 @@ Postgres documentation
DROP SEQUENCE
DROP SEQUENCE
</refname>
</refname>
<refpurpose>
<refpurpose>
Removes
existing
sequences from a database
Removes sequences from a database
</refpurpose>
</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
doc/src/sgml/ref/drop_table.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.
9 2000/10/22 23:32:38 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_table.sgml,v 1.
10 2001/08/13 15:24:46 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -15,7 +15,7 @@ Postgres documentation
...
@@ -15,7 +15,7 @@ Postgres documentation
DROP TABLE
DROP TABLE
</refname>
</refname>
<refpurpose>
<refpurpose>
Removes
existing
tables from a database
Removes tables from a database
</refpurpose>
</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
doc/src/sgml/ref/drop_view.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.
8 2000/10/22 23:32:38 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_view.sgml,v 1.
9 2001/08/13 15:24:46 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -15,7 +15,7 @@ Postgres documentation
...
@@ -15,7 +15,7 @@ Postgres documentation
DROP VIEW
DROP VIEW
</refname>
</refname>
<refpurpose>
<refpurpose>
Removes
existing views from a
database
Removes
views from the
database
</refpurpose>
</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
doc/src/sgml/ref/dropdb.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.
9 2000/12/25 23:15:26 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.
10 2001/08/13 15:24:46 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -16,7 +16,7 @@ Postgres documentation
...
@@ -16,7 +16,7 @@ Postgres documentation
<refnamediv>
<refnamediv>
<refname>dropdb</refname>
<refname>dropdb</refname>
<refpurpose>Remove
an existing
<productname>Postgres</productname> database</refpurpose>
<refpurpose>Remove
s a
<productname>Postgres</productname> database</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
doc/src/sgml/ref/droplang.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.1
0 2001/05/09 22:08:18 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/droplang.sgml,v 1.1
1 2001/08/13 15:24:46 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -16,7 +16,7 @@ Postgres documentation
...
@@ -16,7 +16,7 @@ Postgres documentation
<refnamediv>
<refnamediv>
<refname id="droplang">droplang</refname>
<refname id="droplang">droplang</refname>
<refpurpose>Remove a programming language from a <productname>Postgres</productname> database</refpurpose>
<refpurpose>Remove
s
a programming language from a <productname>Postgres</productname> database</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
doc/src/sgml/ref/dropuser.sgml
View file @
4d7af987
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.1
1 2001/01/13 23:58:55 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.1
2 2001/08/13 15:24:46 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -16,7 +16,7 @@ Postgres documentation
...
@@ -16,7 +16,7 @@ Postgres documentation
<refnamediv>
<refnamediv>
<refname>dropuser</refname>
<refname>dropuser</refname>
<refpurpose>
Drops (removes)
a <productname>Postgres</productname> user</refpurpose>
<refpurpose>
Removes
a <productname>Postgres</productname> user</refpurpose>
</refnamediv>
</refnamediv>
<refsynopsisdiv>
<refsynopsisdiv>
...
...
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