Re: [DOCS] PostgreSQL docs in ePub format

2013-01-09 Thread Josh Kupershmidt
On Wed, Jan 9, 2013 at 3:10 PM, Bruce Momjian wrote: > On Wed, Jan 9, 2013 at 04:59:17PM -0500, Peter Eisentraut wrote: >> On 1/9/13 2:13 PM, Edward Hooper wrote: >> > I want to make an attempt to take the DocBook/SGML text that comes with >> > PostgreSQL and produce an ePub file. However, I hav

Privileges for INFORMATION_SCHEMA.SCHEMATA (was Re: [DOCS] Small clarification in "34.41. schemata")

2013-01-09 Thread Tom Lane
Ian Lawrence Barwick writes: > The documentation says: > The view schemata contains all schemas in the current database that > are owned by a currently enabled role. > ( http://www.postgresql.org/docs/9.2/static/infoschema-schemata.html ) > However it shows all schemas if the user is a superuser

[DOCS] Small clarification in "34.41. schemata"

2013-01-09 Thread Ian Lawrence Barwick
The documentation says: The view schemata contains all schemas in the current database that are owned by a currently enabled role. ( http://www.postgresql.org/docs/9.2/static/infoschema-schemata.html ) However it shows all schemas if the user is a superuser, regardless of whether the schema is

Re: [DOCS] PostgreSQL docs in ePub format

2013-01-09 Thread Bruce Momjian
On Wed, Jan 9, 2013 at 04:59:17PM -0500, Peter Eisentraut wrote: > On 1/9/13 2:13 PM, Edward Hooper wrote: > > I want to make an attempt to take the DocBook/SGML text that comes with > > PostgreSQL and produce an ePub file. However, I have no experience with > > this. I would like to get togethe

Re: [DOCS] PostgreSQL docs in ePub format

2013-01-09 Thread Peter Eisentraut
On 1/9/13 2:13 PM, Edward Hooper wrote: > I want to make an attempt to take the DocBook/SGML text that comes with > PostgreSQL and produce an ePub file. However, I have no experience with > this. I would like to get together with other like minded PostgreSQL > users and produce something useful.

Re: [DOCS] PostgreSQL docs in ePub format

2013-01-09 Thread Alvaro Herrera
Edward Hooper escribió: > If anyone from O'Reilly Media is on this mailing list please let me know > how you do this, i.e. what tools you use and what commands you run to > produce the ePub books that I buy from you. Would it work to just take the single-page HTML output (make postgres.html) and

[DOCS] PostgreSQL docs in ePub format

2013-01-09 Thread Edward Hooper
I've noticed that the documentation for PostgreSQL comes in two formats: HTML and PDF. This is great if you have a full sized screen and an internet connection. But what if you have a device that cannot correctly display in standard page sizes (US or A4)? I want to make an attempt to take the Do