On Fri, Dec 10, 2010 at 5:44 PM, Igor Neyman <[email protected]> wrote:
> > > > -----Original Message----- > From: Tony Capobianco > [mailto:[email protected]<[email protected]> > ] > Sent: Thu 12/9/2010 4:47 PM > To: [email protected] > Subject: sqlplus reporting equivalent in postgres? > > We're in the process of porting our Oracle 10.2 datawarehouse over to > PostGres 8.4. One thing we rely upon are daily/hourly reports that are > run and formatted in sqlplus (break on report, compute sum, etc.). Is > there an equivalent available in postgres? > > Thanks. > Tony > > psql - not as advanced, doesn't have all the features SQL*Plus has. > > On the other hand, it is at least capable of command history and readline support.
