<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: keyboard shortcuts in psql</title>
	<atom:link href="http://www.depesz.com/index.php/2008/03/30/keyboard-shortcuts-in-psql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depesz.com/index.php/2008/03/30/keyboard-shortcuts-in-psql/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 21:40:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2008/03/30/keyboard-shortcuts-in-psql/comment-page-1/#comment-27202</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Fri, 19 Dec 2008 08:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1187#comment-27202</guid>
		<description>@kjusupov:
i dont know macosx, but i heard thay have their own &quot;very special&quot; readline-alike library. and psql by default is liked with it.

try to build psql/postgres with readline instead of the macosx thing, and it should be fine.</description>
		<content:encoded><![CDATA[<p>@kjusupov:<br />
i dont know macosx, but i heard thay have their own &#8220;very special&#8221; readline-alike library. and psql by default is liked with it.</p>
<p>try to build psql/postgres with readline instead of the macosx thing, and it should be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjusupov</title>
		<link>http://www.depesz.com/index.php/2008/03/30/keyboard-shortcuts-in-psql/comment-page-1/#comment-27201</link>
		<dc:creator>kjusupov</dc:creator>
		<pubDate>Fri, 19 Dec 2008 08:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1187#comment-27201</guid>
		<description>OK, after some reading I found out these:

* Mac OS is using &quot;editrc&quot; instead of &quot;readline&quot;, so $HOME/.editrc has to be configured

And below what i was able to do:

postgres@deimos:~ $ vim $HOME/.editrc 
bind -s &quot;^[e&quot; &quot;explain analyze &quot;
bind -s &quot;^[s&quot; &quot;select * from &quot;

To have the special characters &quot;ctrl-v&quot; and &quot;option-e&quot; insterted while in vim, I had to tick/enable &quot;Terminal.app --&gt; Preferences --&gt; [*] Use option as meta key&quot;</description>
		<content:encoded><![CDATA[<p>OK, after some reading I found out these:</p>
<p>* Mac OS is using &#8220;editrc&#8221; instead of &#8220;readline&#8221;, so $HOME/.editrc has to be configured</p>
<p>And below what i was able to do:</p>
<p>postgres@deimos:~ $ vim $HOME/.editrc<br />
bind -s &#8220;^[e" "explain analyze "<br />
bind -s "^[s" "select * from "</p>
<p>To have the special characters "ctrl-v" and "option-e" insterted while in vim, I had to tick/enable "Terminal.app --&gt; Preferences --&gt; [*] Use option as meta key&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjusupov</title>
		<link>http://www.depesz.com/index.php/2008/03/30/keyboard-shortcuts-in-psql/comment-page-1/#comment-27200</link>
		<dc:creator>kjusupov</dc:creator>
		<pubDate>Fri, 19 Dec 2008 07:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1187#comment-27200</guid>
		<description>I&#039;ve followed your tip and tried to have this working in psql prompt, no success so far...

I&#039;ve been able to get that workin in shell prompt, but as soon as I run psql db_name, the shortcuts stop working... no response...

PS: Using Mac OS X 10.5.6/ Terminal.app</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed your tip and tried to have this working in psql prompt, no success so far&#8230;</p>
<p>I&#8217;ve been able to get that workin in shell prompt, but as soon as I run psql db_name, the shortcuts stop working&#8230; no response&#8230;</p>
<p>PS: Using Mac OS X 10.5.6/ Terminal.app</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #92: a Carnival of the Vanities for DBAs</title>
		<link>http://www.depesz.com/index.php/2008/03/30/keyboard-shortcuts-in-psql/comment-page-1/#comment-25795</link>
		<dc:creator>Log Buffer #92: a Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 11 Apr 2008 16:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1187#comment-25795</guid>
		<description>[...] On select * from depesz;, Hubert Lubaciewski offers a few tips on some handy, and perhaps little-known keyboard shortcuts in psql. [...]</description>
		<content:encoded><![CDATA[<p>[...] On select * from depesz;, Hubert Lubaciewski offers a few tips on some handy, and perhaps little-known keyboard shortcuts in psql. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
