Re: [PATCHES] alter schema help is not available in psql

2003-11-08 Thread Bruce Momjian

Thanks, I was just getting to this today, but Peter has applied it. 
Thanks.


---

Kris Jurka wrote:
> 
> Repost:
> 
> On Tue, 4 Nov 2003, Kris Jurka wrote:
> 
> >
> > in psql \h alter schema does not produce the desired help because the sgml
> > doc has the incorrect  tag so it does not get picked up by
> > the create_help.pl script.
> >
> > Kris Jurka
> >

Content-Description: 

[ Attachment, skipping... ]

> 
> ---(end of broadcast)---
> TIP 3: if posting/reading through Usenet, please send an appropriate
>   subscribe-nomail command to [EMAIL PROTECTED] so that your
>   message can get through to the mailing list cleanly

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [PATCHES] alter schema help is not available in psql

2003-11-08 Thread Peter Eisentraut
Kris Jurka writes:

> > in psql \h alter schema does not produce the desired help because the sgml
> > doc has the incorrect  tag so it does not get picked up by
> > the create_help.pl script.

Thanks for the reminder.  Patch installed.

-- 
Peter Eisentraut   [EMAIL PROTECTED]


---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [PATCHES] alter schema help is not available in psql

2003-11-08 Thread Kris Jurka

Repost:

On Tue, 4 Nov 2003, Kris Jurka wrote:

>
> in psql \h alter schema does not produce the desired help because the sgml
> doc has the incorrect  tag so it does not get picked up by
> the create_help.pl script.
>
> Kris Jurka
>
Index: doc/src/sgml/ref/alter_schema.sgml
===
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/ref/alter_schema.sgml,v
retrieving revision 1.4
diff -c -r1.4 alter_schema.sgml
*** doc/src/sgml/ref/alter_schema.sgml  12 Sep 2003 00:12:47 -  1.4
--- doc/src/sgml/ref/alter_schema.sgml  4 Nov 2003 15:15:37 -
***
*** 6,12 
  
   
ALTER SCHEMA
!   SQL - Schema Statements
   
  
   
--- 6,12 
  
   
ALTER SCHEMA
!   SQL - Language Statements
   
  
   

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly