Skip to content

Commit 2dd5b0a

Browse files
committed
fill HISTORY and AUTHORS
1 parent e22ae6e commit 2dd5b0a

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,19 @@ smtpd.conf(5),
200200
smtpctl(8),
201201
smtpd(8)
202202

203-
Nixpkgs - September 30, 2016
203+
# HISTORY
204+
205+
The first version of
206+
**table\_postgresql**
207+
was written in 2016.
208+
It was converted to the stdio table protocol in 2024.
209+
210+
# AUTHORS
211+
212+
**table\_postgresql**
213+
was initially written by
214+
Gilles Chehade <[gilles@poolp.org](mailto:gilles@poolp.org)>.
215+
The conversion to the stdio table protocol was done by
216+
Omar Polo <[op@openbsd.org](mailto:op@openbsd.org)>.
217+
218+
Nixpkgs - April 21, 2024

table-postgres.5

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1414
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1515
.\"
16-
.Dd $Mdocdate: September 30 2016 $
16+
.Dd $Mdocdate: April 21 2024 $
1717
.Dt TABLE_POSTGRESQL 5
1818
.Os
1919
.Sh NAME
@@ -211,3 +211,15 @@ Documenting the following query options:
211211
.Xr smtpd.conf 5 ,
212212
.Xr smtpctl 8 ,
213213
.Xr smtpd 8
214+
.Sh HISTORY
215+
The first version of
216+
.Nm
217+
was written in 2016.
218+
It was converted to the stdio table protocol in 2024.
219+
.Sh AUTHORS
220+
.An -nosplit
221+
.Nm
222+
was initially written by
223+
.An Gilles Chehade Aq Mt gilles@poolp.org .
224+
The conversion to the stdio table protocol was done by
225+
.An Omar Polo Aq Mt op@openbsd.org .

0 commit comments

Comments
 (0)