summaryrefslogtreecommitdiff
path: root/content/technical/part-of-postgresql-90.md
blob: b7bae8ca372a6104c0fff9ec80471531876fdeaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Title: Part of Postgresql 9.0...
Date: 2010-05-07
Tags: technical
Slug: part-of-postgresql-90

I've
contributed to another open source project, Postgresql. My first
contribution [made it into version 9.0][].</span>  

I
worked on the ```samenet``` and
```samehost```
host
based access control feature, which lets you grant database access to
hosts on the physical subnets that the postgresql server is attached
to.

Previously many postgresql
deployments for clients used to have
```0.0.0.0/0```
in
the
pg_hba.conf
file,
because more limited access controls were too brittle and would
inevitably fall over when the client renumbered their network.

  [made it into version 9.0]: http://developer.postgresql.org/pgdocs/postgres/release-9-0.html