Postgresql 7.4.7 docs(PDF)

Started by Hrishikesh Deshmukhalmost 21 years ago7 messagesgeneral
Jump to latest
#1Hrishikesh Deshmukh
hdeshmuk@gmail.com

Hi All,

If someone can email Postgresql 7.4.7 docs(PDF). It will be a big
help. I am unable to get pdf docs for this version on debian system.
Please help.

Thanks,
Hrishi

#2Richard Huxton
dev@archonet.com
In reply to: Hrishikesh Deshmukh (#1)
Re: Postgresql 7.4.7 docs(PDF)

Hrishikesh Deshmukh wrote:

Hi All,

If someone can email Postgresql 7.4.7 docs(PDF). It will be a big
help. I am unable to get pdf docs for this version on debian system.
Please help.

Available from here:
http://www.postgresql.org/docs/manuals/

See the links on the right-hand-side of the page.

--
Richard Huxton
Archonet Ltd

#3Hrishikesh Deshmukh
hdeshmuk@gmail.com
In reply to: Richard Huxton (#2)
Re: Postgresql 7.4.7 docs(PDF)

What they have is for version 7.2 and i want for 7.4.7 only, i have
tried to follow instructions on how to make the pdf/ps version and all
i get is errors. If someone already has a pdf/ps and can email it,
will be a big help.

Thanks,
Hrishi

Show quoted text

On 5/19/05, Richard Huxton <dev@archonet.com> wrote:

Hrishikesh Deshmukh wrote:

Hi All,

If someone can email Postgresql 7.4.7 docs(PDF). It will be a big
help. I am unable to get pdf docs for this version on debian system.
Please help.

Available from here:
http://www.postgresql.org/docs/manuals/

See the links on the right-hand-side of the page.

--
Richard Huxton
Archonet Ltd

#4stig erikson
stigerikson_nospam_@yahoo.se
In reply to: Hrishikesh Deshmukh (#3)
Re: Postgresql 7.4.7 docs(PDF)

Hrishikesh Deshmukh wrote:

What they have is for version 7.2 and i want for 7.4.7 only, i have
tried to follow instructions on how to make the pdf/ps version and all
i get is errors. If someone already has a pdf/ps and can email it,
will be a big help.

Thanks,
Hrishi

On 5/19/05, Richard Huxton <dev@archonet.com> wrote:

Hrishikesh Deshmukh wrote:

Hi All,

If someone can email Postgresql 7.4.7 docs(PDF). It will be a big
help. I am unable to get pdf docs for this version on debian system.
Please help.

Available from here:
http://www.postgresql.org/docs/manuals/

See the links on the right-hand-side of the page.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

whats the problem?
7.4 documentation in pdf is there:

http://www.postgresql.org/files/documentation/pdf/7.4/postgresql-7.4.2-A4.pdf
http://www.postgresql.org/files/documentation/pdf/7.4/postgresql-7.4.2-US.pdf

changelog (release notes):
http://www.postgresql.org/docs/7.4/static/release.html

#5Richard Huxton
dev@archonet.com
In reply to: Hrishikesh Deshmukh (#3)
Re: Postgresql 7.4.7 docs(PDF)

Hrishikesh Deshmukh wrote:

What they have is for version 7.2 and i want for 7.4.7 only, i have
tried to follow instructions on how to make the pdf/ps version and all
i get is errors. If someone already has a pdf/ps and can email it,
will be a big help.

Apparently, it is tricky to produce them. I'm not sure there are many
changes between the 7.4.2 and 7.4.7 manuals though.

--
Richard Huxton
Archonet Ltd

#6Scott Marlowe
smarlowe@g2switchworks.com
In reply to: Hrishikesh Deshmukh (#3)
Re: Postgresql 7.4.7 docs(PDF)

They have the comprehensive manual in US and A4 format, on the right
hand side. Is that what you want?

Show quoted text

On Thu, 2005-05-19 at 14:44, Hrishikesh Deshmukh wrote:

What they have is for version 7.2 and i want for 7.4.7 only, i have
tried to follow instructions on how to make the pdf/ps version and all
i get is errors. If someone already has a pdf/ps and can email it,
will be a big help.

Thanks,
Hrishi

On 5/19/05, Richard Huxton <dev@archonet.com> wrote:

Hrishikesh Deshmukh wrote:

Hi All,

If someone can email Postgresql 7.4.7 docs(PDF). It will be a big
help. I am unable to get pdf docs for this version on debian system.
Please help.

Available from here:
http://www.postgresql.org/docs/manuals/

See the links on the right-hand-side of the page.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

#7Stephane Bortzmeyer
bortzmeyer@nic.fr
In reply to: Hrishikesh Deshmukh (#1)
Re: Postgresql 7.4.7 docs(PDF)

On Thu, May 19, 2005 at 10:38:27AM -0400,
Hrishikesh Deshmukh <hdeshmuk@gmail.com> wrote
a message of 12 lines which said:

If someone can email Postgresql 7.4.7 docs(PDF). It will be a big
help. I am unable to get pdf docs for this version on debian system.

Beginner in Debian system administration?

apt-get install pgdocs-pdf

I copy you the description of the Debian package:

~ % apt-cache show pgdocs-pdf
Package: pgdocs-pdf
Priority: optional
Section: doc
Installed-Size: 9416
Maintainer: Oliver Elphick <olly@lfix.co.uk>
Architecture: all
Source: pgdocs
Version: 7.4-1
Provides: pgdocs
Suggests: postgresql-doc
Conflicts: pgdocs-ps (<< 7.2), pgdocs-ps-a4 (<< 7.2)
Filename: pool/main/p/pgdocs/pgdocs-pdf_7.4-1_all.deb
Size: 4158912
MD5sum: 031f0ddbb487f57647c65f5033e2e667
Description: PostgreSQL documentation in PDF format on US letter paper
PostgreSQL documentation in PDF format formatted for US letter paper size

apt-cache search is very useful when you do not know the exact name of
a Debian package. Here, "apt-cache search postgresql doc pdf" worked.