public inbox for [email protected]help / color / mirror / Atom feed
Manual pages 10+ messages / 3 participants [nested] [flat]
* Manual pages @ 2002-11-29 23:39 Bruce Momjian <[email protected]> 0 siblings, 1 reply; 10+ messages in thread From: Bruce Momjian @ 2002-11-29 23:39 UTC (permalink / raw) To: pgsql-docs; +Cc: Vince Vielhaber <[email protected]> I see the 7.3 manual pages in /dev/doc. Would someone move them over into the main 7.3 directory? Should I do it? -- 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 ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: Manual pages @ 2002-11-29 23:42 Vince Vielhaber <[email protected]> parent: Bruce Momjian <[email protected]> 0 siblings, 1 reply; 10+ messages in thread From: Vince Vielhaber @ 2002-11-29 23:42 UTC (permalink / raw) To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs On Fri, 29 Nov 2002, Bruce Momjian wrote: > I see the 7.3 manual pages in /dev/doc. Would someone move them over into > the main 7.3 directory? Should I do it? What are you talking about? Vince. -- http://www.meanstreamradio.com http://www.unknown-artists.com Internet radio: It's not file sharing, it's just radio. ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: Manual pages @ 2002-11-29 23:57 Bruce Momjian <[email protected]> parent: Vince Vielhaber <[email protected]> 0 siblings, 1 reply; 10+ messages in thread From: Bruce Momjian @ 2002-11-29 23:57 UTC (permalink / raw) To: Vince Vielhaber <[email protected]>; +Cc: pgsql-docs Vince Vielhaber wrote: > On Fri, 29 Nov 2002, Bruce Momjian wrote: > > > I see the 7.3 manual pages in /dev/doc. Would someone move them over into > > the main 7.3 directory? Should I do it? > > What are you talking about? On the FTP site, under /dev/doc, I see: -rw-r--r-- 1 vev wheel 146009 Nov 21 23:33 man.tar.gz Those are the manual pages for 7.3. However, I don't see these in the 7.3 download directory. Seems they should be there. -- 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 ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: Manual pages @ 2002-11-30 00:05 Vince Vielhaber <[email protected]> parent: Bruce Momjian <[email protected]> 0 siblings, 1 reply; 10+ messages in thread From: Vince Vielhaber @ 2002-11-30 00:05 UTC (permalink / raw) To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs On Fri, 29 Nov 2002, Bruce Momjian wrote: > Vince Vielhaber wrote: > > On Fri, 29 Nov 2002, Bruce Momjian wrote: > > > > > I see the 7.3 manual pages in /dev/doc. Would someone move them over into > > > the main 7.3 directory? Should I do it? > > > > What are you talking about? > > On the FTP site, under /dev/doc, I see: > > -rw-r--r-- 1 vev wheel 146009 Nov 21 23:33 man.tar.gz > > Those are the manual pages for 7.3. However, I don't see these in the > 7.3 download directory. Seems they should be there. That's interesting 'cuze I'm not generating them. I seem to recall the decision to drop the man pages in either late vedr 6.x or early 7.0. I didn't know they were still happening. In any case we should find out how they're getting into /dev/doc and change that rather than just moving a file that could end up in the same place again. Vince. -- http://www.meanstreamradio.com http://www.unknown-artists.com Internet radio: It's not file sharing, it's just radio. ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: Manual pages @ 2002-11-30 00:37 Peter Eisentraut <[email protected]> parent: Vince Vielhaber <[email protected]> 0 siblings, 1 reply; 10+ messages in thread From: Peter Eisentraut @ 2002-11-30 00:37 UTC (permalink / raw) To: Vince Vielhaber <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs Vince Vielhaber writes: > That's interesting 'cuze I'm not generating them. I seem to recall the > decision to drop the man pages in either late vedr 6.x or early 7.0. I > didn't know they were still happening. In any case we should find out > how they're getting into /dev/doc and change that rather than just moving > a file that could end up in the same place again. The man pages are contained in the postgresql-*.tar.gz tarball, the same way they have been for many releases. I generate them nowadays and upload them from time to time so that the release building process can pick them up. There isn't a strong reason that they are made available on the ftp site, except that it has always been that way and possibly so that people could download them during the development cycle, in the same way they can download the HTML version of the documentation. But there isn't any reason why they have to be copied elsewhere because anyone who downloads PostgreSQL already has them and using them separately is not supported. -- Peter Eisentraut [email protected] ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: Manual pages @ 2002-11-30 00:38 Vince Vielhaber <[email protected]> parent: Peter Eisentraut <[email protected]> 0 siblings, 0 replies; 10+ messages in thread From: Vince Vielhaber @ 2002-11-30 00:38 UTC (permalink / raw) To: Peter Eisentraut <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-docs On Sat, 30 Nov 2002, Peter Eisentraut wrote: > Vince Vielhaber writes: > > > That's interesting 'cuze I'm not generating them. I seem to recall the > > decision to drop the man pages in either late vedr 6.x or early 7.0. I > > didn't know they were still happening. In any case we should find out > > how they're getting into /dev/doc and change that rather than just moving > > a file that could end up in the same place again. > > The man pages are contained in the postgresql-*.tar.gz tarball, the same > way they have been for many releases. I generate them nowadays and upload > them from time to time so that the release building process can pick them > up. There isn't a strong reason that they are made available on the ftp > site, except that it has always been that way and possibly so that people > could download them during the development cycle, in the same way they can > download the HTML version of the documentation. But there isn't any > reason why they have to be copied elsewhere because anyone who downloads > PostgreSQL already has them and using them separately is not supported. Solves that. Vince. -- http://www.meanstreamradio.com http://www.unknown-artists.com Internet radio: It's not file sharing, it's just radio. ^ permalink raw reply [nested|flat] 10+ messages in thread
* manual pages @ 2004-12-19 14:11 Bruce Momjian <[email protected]> 0 siblings, 1 reply; 10+ messages in thread From: Bruce Momjian @ 2004-12-19 14:11 UTC (permalink / raw) To: pgsql-docs I see the current snapshot tarball has manual pages from 7.4. When and who will make them for 8.0? -- 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 ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: manual pages @ 2004-12-19 21:36 Peter Eisentraut <[email protected]> parent: Bruce Momjian <[email protected]> 0 siblings, 2 replies; 10+ messages in thread From: Peter Eisentraut @ 2004-12-19 21:36 UTC (permalink / raw) To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs Bruce Momjian wrote: > I see the current snapshot tarball has manual pages from 7.4. When > and who will make them for 8.0? I will, as soon as we have a solution for the problem described here: http://archives.postgresql.org/pgsql-docs/2004-10/msg00018.php -- Peter Eisentraut http://developer.postgresql.org/~petere/ ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: manual pages @ 2004-12-20 02:34 Bruce Momjian <[email protected]> parent: Peter Eisentraut <[email protected]> 1 sibling, 0 replies; 10+ messages in thread From: Bruce Momjian @ 2004-12-20 02:34 UTC (permalink / raw) To: Peter Eisentraut <[email protected]>; +Cc: pgsql-docs Peter Eisentraut wrote: > Bruce Momjian wrote: > > I see the current snapshot tarball has manual pages from 7.4. When > > and who will make them for 8.0? > > I will, as soon as we have a solution for the problem described here: > > http://archives.postgresql.org/pgsql-docs/2004-10/msg00018.php Well, at this stange, I think we will have live with such ugliness. The only workaround I can think of is some sed script that replaces the text with something that tells them it is in the main documentation. -- 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 ^ permalink raw reply [nested|flat] 10+ messages in thread
* Re: manual pages @ 2005-01-04 00:10 Bruce Momjian <[email protected]> parent: Peter Eisentraut <[email protected]> 1 sibling, 0 replies; 10+ messages in thread From: Bruce Momjian @ 2005-01-04 00:10 UTC (permalink / raw) To: Peter Eisentraut <[email protected]>; +Cc: [email protected]; pgsql-docs Lack of 8.0 manual pages is probably our biggest open item before 8.0 final. If no one can find a solution I will start working on a sed hack to convert external links into some reasonable text. --------------------------------------------------------------------------- Peter Eisentraut wrote: > Bruce Momjian wrote: > > I see the current snapshot tarball has manual pages from 7.4. When > > and who will make them for 8.0? > > I will, as soon as we have a solution for the problem described here: > > http://archives.postgresql.org/pgsql-docs/2004-10/msg00018.php > > -- > Peter Eisentraut > http://developer.postgresql.org/~petere/ > -- 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 ^ permalink raw reply [nested|flat] 10+ messages in thread
end of thread, other threads:[~2005-01-04 00:10 UTC | newest] Thread overview: 10+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2002-11-29 23:39 Manual pages Bruce Momjian <[email protected]> 2002-11-29 23:42 ` Vince Vielhaber <[email protected]> 2002-11-29 23:57 ` Bruce Momjian <[email protected]> 2002-11-30 00:05 ` Vince Vielhaber <[email protected]> 2002-11-30 00:37 ` Peter Eisentraut <[email protected]> 2002-11-30 00:38 ` Vince Vielhaber <[email protected]> 2004-12-19 14:11 manual pages Bruce Momjian <[email protected]> 2004-12-19 21:36 ` Re: manual pages Peter Eisentraut <[email protected]> 2004-12-20 02:34 ` Re: manual pages Bruce Momjian <[email protected]> 2005-01-04 00:10 ` Re: manual pages Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox