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
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
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
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
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.
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
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