Re: [HACKERS] psql Week 3

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] psql Week 3
Date: 1999-10-19 21:49:58
Message-ID: 199910192149.RAA14602@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> For external reasons I didn't get as much done as I wanted. Originally, I
> planned for 4 weeks and I think I can keep that.
>
> The source is posted at http://www.pathwaynet.com/~peter/psql3.tar.gz
>
> CHANGELOG
> * Accommodated object descriptions in \d* commands.
> * Re-wrote \dd
> * Re-wrote \d "table"
> * \pset command as generic way for setting printing options (e.g.,
> \pset format html, \pset null "(null)")
> * Proliferated use of const char * and enums
> * Rewrote \di, \dt, \ds, \dS. Say hello to \dv for views, which are
> now recognized correctly. You can also call, e.g., \dtvi for a list
> of indices, tables, and views. The possibilities are endless ...
> (where "endless" = 325)
>

Very cool. Nice new formats. Man, I will have to add them to this
book. I am going to have to have pre-7.0 psql backslash command
listings, and 7.0 backslash listings. This improvement is long overdue.
psql has always been one of our nifty features. It just got niftier.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • psql Week 3 at 1999-10-19 19:41:55 from Peter Eisentraut

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 1999-10-19 22:13:35 Re: [HACKERS] Re: Need refresh on main page...
Previous Message Bruce Momjian 1999-10-19 21:45:54 Re: [HACKERS] Readline use in trouble?