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
8d4b23fc
Commit
8d4b23fc
authored
4 years ago
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: make ref/*.sgml file header comment layout consistent
parent
ec5afb0a
No related merge requests found
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
90 additions
and
21 deletions
+90
-21
doc/src/sgml/ref/checkpoint.sgml
doc/src/sgml/ref/checkpoint.sgml
+4
-1
doc/src/sgml/ref/create_cast.sgml
doc/src/sgml/ref/create_cast.sgml
+4
-1
doc/src/sgml/ref/create_collation.sgml
doc/src/sgml/ref/create_collation.sgml
+4
-1
doc/src/sgml/ref/create_conversion.sgml
doc/src/sgml/ref/create_conversion.sgml
+4
-1
doc/src/sgml/ref/create_foreign_table.sgml
doc/src/sgml/ref/create_foreign_table.sgml
+4
-1
doc/src/sgml/ref/create_function.sgml
doc/src/sgml/ref/create_function.sgml
+1
-0
doc/src/sgml/ref/create_procedure.sgml
doc/src/sgml/ref/create_procedure.sgml
+1
-0
doc/src/sgml/ref/create_transform.sgml
doc/src/sgml/ref/create_transform.sgml
+4
-1
doc/src/sgml/ref/drop_cast.sgml
doc/src/sgml/ref/drop_cast.sgml
+4
-1
doc/src/sgml/ref/drop_collation.sgml
doc/src/sgml/ref/drop_collation.sgml
+4
-1
doc/src/sgml/ref/drop_conversion.sgml
doc/src/sgml/ref/drop_conversion.sgml
+4
-1
doc/src/sgml/ref/drop_foreign_table.sgml
doc/src/sgml/ref/drop_foreign_table.sgml
+4
-1
doc/src/sgml/ref/drop_transform.sgml
doc/src/sgml/ref/drop_transform.sgml
+4
-1
doc/src/sgml/ref/load.sgml
doc/src/sgml/ref/load.sgml
+1
-0
doc/src/sgml/ref/pg_config-ref.sgml
doc/src/sgml/ref/pg_config-ref.sgml
+4
-1
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/pg_restore.sgml
+4
-1
doc/src/sgml/ref/pgarchivecleanup.sgml
doc/src/sgml/ref/pgarchivecleanup.sgml
+4
-1
doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/ref/pgbench.sgml
+4
-1
doc/src/sgml/ref/pgtestfsync.sgml
doc/src/sgml/ref/pgtestfsync.sgml
+4
-1
doc/src/sgml/ref/pgtesttiming.sgml
doc/src/sgml/ref/pgtesttiming.sgml
+4
-1
doc/src/sgml/ref/pgupgrade.sgml
doc/src/sgml/ref/pgupgrade.sgml
+4
-1
doc/src/sgml/ref/set_constraints.sgml
doc/src/sgml/ref/set_constraints.sgml
+5
-1
doc/src/sgml/ref/set_session_auth.sgml
doc/src/sgml/ref/set_session_auth.sgml
+5
-1
doc/src/sgml/ref/set_transaction.sgml
doc/src/sgml/ref/set_transaction.sgml
+5
-1
No files found.
doc/src/sgml/ref/checkpoint.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/checkpoint.sgml -->
<!--
doc/src/sgml/ref/checkpoint.sgml
PostgreSQL documentation
-->
<refentry id="sql-checkpoint">
<indexterm zone="sql-checkpoint">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/create_cast.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/create_cast.sgml -->
<!--
doc/src/sgml/ref/create_cast.sgml
PostgreSQL documentation
-->
<refentry id="sql-createcast">
<indexterm zone="sql-createcast">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/create_collation.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/create_collation.sgml -->
<!--
doc/src/sgml/ref/create_collation.sgml
PostgreSQL documentation
-->
<refentry id="sql-createcollation">
<indexterm zone="sql-createcollation">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/create_conversion.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/create_conversion.sgml -->
<!--
doc/src/sgml/ref/create_conversion.sgml
PostgreSQL documentation
-->
<refentry id="sql-createconversion">
<indexterm zone="sql-createconversion">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/create_foreign_table.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/create_foreign_table.sgml -->
<!--
doc/src/sgml/ref/create_foreign_table.sgml
PostgreSQL documentation
-->
<refentry id="sql-createforeigntable">
<indexterm zone="sql-createforeigntable">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/create_function.sgml
View file @
8d4b23fc
<!--
doc/src/sgml/ref/create_function.sgml
PostgreSQL documentation
-->
<refentry id="sql-createfunction">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/create_procedure.sgml
View file @
8d4b23fc
<!--
doc/src/sgml/ref/create_procedure.sgml
PostgreSQL documentation
-->
<refentry id="sql-createprocedure">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/create_transform.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/create_transform.sgml -->
<!--
doc/src/sgml/ref/create_transform.sgml
PostgreSQL documentation
-->
<refentry id="sql-createtransform">
<indexterm zone="sql-createtransform">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/drop_cast.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/drop_cast.sgml -->
<!--
doc/src/sgml/ref/drop_cast.sgml
PostgreSQL documentation
-->
<refentry id="sql-dropcast">
<indexterm zone="sql-dropcast">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/drop_collation.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/drop_collation.sgml -->
<!--
doc/src/sgml/ref/drop_collation.sgml
PostgreSQL documentation
-->
<refentry id="sql-dropcollation">
<indexterm zone="sql-dropcollation">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/drop_conversion.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/drop_conversion.sgml -->
<!--
doc/src/sgml/ref/drop_conversion.sgml
PostgreSQL documentation
-->
<refentry id="sql-dropconversion">
<indexterm zone="sql-dropconversion">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/drop_foreign_table.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/drop_foreign_table.sgml -->
<!--
doc/src/sgml/ref/drop_foreign_table.sgml
PostgreSQL documentation
-->
<refentry id="sql-dropforeigntable">
<indexterm zone="sql-dropforeigntable">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/drop_transform.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/drop_transform.sgml -->
<!--
doc/src/sgml/ref/drop_transform.sgml
PostgreSQL documentation
-->
<refentry id="sql-droptransform">
<indexterm zone="sql-droptransform">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/load.sgml
View file @
8d4b23fc
<!--
doc/src/sgml/ref/load.sgml
PostgreSQL documentation
-->
<refentry id="sql-load">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pg_config-ref.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/pg_config-ref.sgml -->
<!--
doc/src/sgml/ref/pg_config-ref.sgml
PostgreSQL documentation
-->
<refentry id="app-pgconfig">
<indexterm zone="app-pgconfig">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pg_restore.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/pg_restore.sgml -->
<!--
doc/src/sgml/ref/pg_restore.sgml
PostgreSQL documentation
-->
<refentry id="app-pgrestore">
<indexterm zone="app-pgrestore">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pgarchivecleanup.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/pgarchivecleanup.sgml -->
<!--
doc/src/sgml/ref/pgarchivecleanup.sgml
PostgreSQL documentation
-->
<refentry id="pgarchivecleanup">
<indexterm zone="pgarchivecleanup">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pgbench.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/pgbench.sgml -->
<!--
doc/src/sgml/ref/pgbench.sgml
PostgreSQL documentation
-->
<refentry id="pgbench">
<indexterm zone="pgbench">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pgtestfsync.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/pgtestfsync.sgml -->
<!--
doc/src/sgml/ref/pgtestfsync.sgml
PostgreSQL documentation
-->
<refentry id="pgtestfsync">
<indexterm zone="pgtestfsync">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pgtesttiming.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/pgtesttiming.sgml -->
<!--
doc/src/sgml/ref/pgtesttiming.sgml
PostgreSQL documentation
-->
<refentry id="pgtesttiming">
<indexterm zone="pgtesttiming">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/pgupgrade.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/pgupgrade.sgml -->
<!--
doc/src/sgml/ref/pgupgrade.sgml
PostgreSQL documentation
-->
<refentry id="pgupgrade">
<indexterm zone="pgupgrade">
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/set_constraints.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/set_constraints.sgml -->
<!--
doc/src/sgml/ref/set_constraints.sgml
PostgreSQL documentation
-->
<refentry id="sql-set-constraints">
<indexterm zone="sql-set-constraints">
<primary>SET CONSTRAINTS</primary>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/set_session_auth.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/set_session_auth.sgml -->
<!--
doc/src/sgml/ref/set_session_auth.sgml
PostgreSQL documentation
-->
<refentry id="sql-set-session-authorization">
<indexterm zone="sql-set-session-authorization">
<primary>SET SESSION AUTHORIZATION</primary>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/ref/set_transaction.sgml
View file @
8d4b23fc
<!-- doc/src/sgml/ref/set_transaction.sgml -->
<!--
doc/src/sgml/ref/set_transaction.sgml
PostgreSQL documentation
-->
<refentry id="sql-set-transaction">
<indexterm zone="sql-set-transaction">
<primary>SET TRANSACTION</primary>
...
...
This diff is collapsed.
Click to expand it.
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