Skip to content

Commit 1890c67

Browse files
author
rotten
committed
rename rethinkdb-fdw to rethinkdb_fdw
1 parent ebb6318 commit 1890c67

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Multicorn based PostgreSQL Foreign Data Wrapper for RethinkDB
55

66
<i>This has only been tested with Multicorn 1.1, PostgreSQL 9.3, and RethinkDB 1.15. If you are using something else, your mileage may vary.</i>
77

8-
<dt>First install Multicorn on your database server. It is easiest to do with pgxn:</dt>
8+
<dt>First install RethinkDB's Python libraries and Multicorn on your PostgreSQL database server.</dt>
99
<ol>
10+
<dd<b>$</b> sudo pip install rethinkdb</dd>
1011
<dd><b>$</b> sudo pgxn install multicorn</dd>
1112
</ol>
1213

File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
from distutils.core import setup
55

66
setup(
7-
name='rethinkdb-fdw',
7+
name='rethinkdb_fdw',
88
version='0.1',
99
author='Rick Otten',
1010
author_email='[email protected]',
1111
license='Postgresql',
12-
py_modules=['rethinkdb-fdw'],
12+
py_modules=['rethinkdb_fdw'],
1313
url='https://github.com/wilsonrms/rethinkdb-multicorn-postgresql-fdw'
1414
)
1515

0 commit comments

Comments
 (0)