Skip to content

Commit 02bce2f

Browse files
committed
Additional fix to markdown format.
1 parent 4851009 commit 02bce2f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
External file access extension
2-
------------------------------
2+
==============================
33

44
Allow access to "external files" from PostgreSQL server file systems.
55
This extension is only a "secure version" of the server side lo_* functions.
@@ -10,15 +10,15 @@ A BFILE column stores a file locator that points to an external file containing
1010
the data: (DIRECTORY, FILENAME). Here the data type is called EFILE.
1111

1212

13-
1. Installation requirements
14-
----------------------------
13+
Installation requirements
14+
-------------------------
1515

1616

1717
PostgreSQL 9.1 or better are required.
1818
User with PostgreSQL superuser role for creating extension.
1919

20-
2. Installation
21-
---------------
20+
Installation
21+
------------
2222

2323
external_file has been written as a PostgreSQL extension and uses the Extension
2424
Building Infrastructure "PGXS".
@@ -55,8 +55,8 @@ change the default search path at user level too.
5555
Please refer to the PostgreSQL documentation for more information.
5656

5757

58-
3. Usage
59-
--------
58+
Usage
59+
-----
6060

6161
External file are accessed using two values, an alias for the path of the
6262
directory where the file is, and the file name.
@@ -115,8 +115,8 @@ Example:
115115
(2 lines)
116116

117117

118-
4. Function reference
119-
---------------------
118+
Function reference
119+
------------------
120120

121121
* **readEfile(e_file in efile) returns bytea**
122122

@@ -139,18 +139,18 @@ Example:
139139
full path for the file, otherwise an error is generated
140140
useful to check if session user has access to this external file
141141

142-
5. License
143-
----------
142+
License
143+
-------
144144

145145
Author Dominique Legendre
146146

147-
Copyright (c) 2012-2015 Brgm - All rights reserved.
147+
Copyright (c) 2012-2018 Brgm - All rights reserved.
148148

149149
See LICENCE file.
150150

151151

152-
6. Acknowledgements
153-
-------------------
152+
Acknowledgements
153+
----------------
154154

155155
Great thanks to Gilles Darold for code review, security patches and project hosting.
156156

0 commit comments

Comments
 (0)