We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848892a commit 8cb9b1bCopy full SHA for 8cb9b1b
NEWS.txt
@@ -148,3 +148,4 @@ Deleted Plugin import left behind in 0.2.2
148
* `<<` operator (thanks xiaochuanyu)
149
* added README example (thanks tanhuil)
150
* bugfix in executing column_local_vars (thanks tebeka)
151
+* pgspecial installation optional (thanks jstoebel and arjoe)
README.rst
@@ -265,7 +265,11 @@ PostgreSQL features
265
-------------------
266
267
``psql``-style "backslash" `meta-commands`_ commands (``\d``, ``\dt``, etc.)
268
-are provided by `PGSpecial`_.
+are provided by `PGSpecial`_. Example:
269
+
270
+.. code-block:: python
271
272
+ In[9]: %sql \d
273
274
.. _PGSpecial: https://pypi.python.org/pypi/pgspecial
275
0 commit comments