Skip to content

Commit 8cb9b1b

Browse files
Clarify README on pgspecial commands
1 parent 848892a commit 8cb9b1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,4 @@ Deleted Plugin import left behind in 0.2.2
148148
* `<<` operator (thanks xiaochuanyu)
149149
* added README example (thanks tanhuil)
150150
* bugfix in executing column_local_vars (thanks tebeka)
151+
* pgspecial installation optional (thanks jstoebel and arjoe)

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,11 @@ PostgreSQL features
265265
-------------------
266266

267267
``psql``-style "backslash" `meta-commands`_ commands (``\d``, ``\dt``, etc.)
268-
are provided by `PGSpecial`_.
268+
are provided by `PGSpecial`_. Example:
269+
270+
.. code-block:: python
271+
272+
In[9]: %sql \d
269273
270274
.. _PGSpecial: https://pypi.python.org/pypi/pgspecial
271275

0 commit comments

Comments
 (0)