shows casts, conversions and schemas in psql #2

Started by Christopher Kings-Lynneover 23 years ago6 messagespatches
Jump to latest
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

Hi Bruce,

This patch should be applied instead of the previous one. It is exactly
like the old one except it adds:

\dn list schemas

Chris

Attachments:

psql-patch2.txttext/plain; name=psql-patch2.txtDownload+293-12
#2Bruce Momjian
bruce@momjian.us
In reply to: Christopher Kings-Lynne (#1)
Re: shows casts, conversions and schemas in psql #2

Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:

Hi Bruce,

This patch should be applied instead of the previous one. It is exactly
like the old one except it adds:

\dn list schemas

Chris

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Bruce Momjian
bruce@momjian.us
In reply to: Christopher Kings-Lynne (#1)
Re: shows casts, conversions and schemas in psql #2

Patch applied. initdb required. TODO item marked as done. Thanks.

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:

Hi Bruce,

This patch should be applied instead of the previous one. It is exactly
like the old one except it adds:

\dn list schemas

Chris

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#3)
Re: shows casts, conversions and schemas in psql #2

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Patch applied. initdb required. TODO item marked as done. Thanks.

I thought we were still discussing what to call the commands?

regards, tom lane

#5Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#4)
Re: shows casts, conversions and schemas in psql #2

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Patch applied. initdb required. TODO item marked as done. Thanks.

I thought we were still discussing what to call the commands?

I didn't see that, though I do remember you mentioning it. It was the
naming of the backslash flags, right? I though we agreed on \dn for
schemas, actually, and were discussing removing them all for longer
names. Is that correct?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#6Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Bruce Momjian (#5)
Re: shows casts, conversions and schemas in psql #2

I thought we were still discussing what to call the commands?

I didn't see that, though I do remember you mentioning it. It was the
naming of the backslash flags, right? I though we agreed on \dn for
schemas, actually, and were discussing removing them all for longer
names. Is that correct?

I suggested that they be committed first and renamed later - it's easy to
rename them than to keep tracking cvs...

Chris