You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/fixeddecimal/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
FIXEDDECIMAL
2
2
============
3
3
4
+
Works with PostgreSQL 9.5 and Postgres-XL 9.5
5
+
4
6
Overview
5
7
--------
6
8
@@ -143,3 +145,12 @@ From psql, in order to create the extension you must type:
143
145
```
144
146
CREATE EXTENSION fixeddecimal;
145
147
```
148
+
149
+
Credits
150
+
-------
151
+
152
+
fixeddecimal is open source using The PostgreSQL Licence, copyright is novated to the PostgreSQL Global Development Group.
153
+
154
+
Source code developed by 2ndQuadrant, as part of the AXLE project (http://axleproject.eu) which received funding from the European Union’s Seventh Framework Programme (FP7/2007-2015) under grant agreement n° 318633
0 commit comments