Thread
-
Recalling previous commands at the PSQL prompt
Gnoh, Chee Seng <csgnoh@intergraph.com.sg> — 1998-07-20T01:31:51Z
Hi All, I am new to PostgreSQL. I was wondering if there is a way to recall previous commands at the PSQL prompt, this would save me the hassle of typing the same SQL commands again. Thanks in advance. Best Regards, Chee Seng (csgnoh@intergraph.com.sg)
-
Re: [GENERAL] Recalling previous commands at the PSQL prompt
Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl> — 1998-07-20T07:07:34Z
On Mon, 20 Jul 1998, Gnoh, Chee Seng wrote: > Hi All, > > I am new to PostgreSQL. I was wondering if there is a way to recall > previous commands at the PSQL prompt, this would save me the hassle of > typing the same SQL commands again. Thanks in advance. Use the up-arrow. If that doesn't work, you probably haven't got libreadline/libhistory installed, or they are installed in an unusual place where configure couldn't find them. Maarten _____________________________________________________________________________ | TU Delft, The Netherlands, Faculty of Information Technology and Systems | | Department of Electrical Engineering | | Computer Architecture and Digital Technique section | | M.Boekhold@et.tudelft.nl | -----------------------------------------------------------------------------
-
Re: [GENERAL] Recalling previous commands at the PSQL prompt
selkovjr@mcs.anl.gov — 1998-07-20T14:51:05Z
Maarten Boekhold wrote: > > On Mon, 20 Jul 1998, Gnoh, Chee Seng wrote: > > > Hi All, > > > > I am new to PostgreSQL. I was wondering if there is a way to recall > > previous commands at the PSQL prompt, this would save me the hassle of > > typing the same SQL commands again. Thanks in advance. > > Use the up-arrow. If that doesn't work, you probably haven't got > libreadline/libhistory installed, or they are installed in an unusual > place where configure couldn't find them. How about giving psql command history a longer life, like bash does it (.bash_history)? Gene