On Apr 4, 4:00 am, jayadevan.maym...@ibsplc.com (Jayadevan M) wrote:
> > So my question: has anyone found a best practice solution to convert
> > the PostgreSQL documentaiton into a kindle-friendly format? Or has
> > even an .azw file downloadable somewhere?
>
> > Best wishes,
>
> > Harald
>
> You
>
> So my question: has anyone found a best practice solution to convert
> the PostgreSQL documentaiton into a kindle-friendly format? Or has
> even an .azw file downloadable somewhere?
>
> Best wishes,
>
> Harald
You could always send the pdf file and get it converted to kindle format,
free of
On 4 April 2011 09:52, John R Pierce wrote:
> On 04/04/11 1:47 AM, Harald Armin Massa wrote:
>>
>> my google-fu lead me to the following receipts:
>>
>> - create HTML documentation as single file, use Calibre to convert
>> - use downloadable HTML-documentation, convert via Calibre (minor
>> proble
On 04/04/11 1:47 AM, Harald Armin Massa wrote:
my google-fu lead me to the following receipts:
- create HTML documentation as single file, use Calibre to convert
- use downloadable HTML-documentation, convert via Calibre (minor
problems are reported, as in "wrong order of sections")
- download P
Disc Magnet writes:
> CREATE AGGREGATE myavg(float8) (
> sfunc = float8_accum,
> stype = float8[],
> finalfunc = float8_avg,
> initcond = '{0,0}'
> );
> On trying to run this, I get this error:
> cdb=# select myavg(value) from numbers;
> ERROR: float8_accum: expected 3-element f
On Wed, Mar 23, 2011 at 8:03 AM, Disc Magnet wrote:
> I was learning how to create my own aggregate functions from
> http://www.postgresql.org/docs/9.0/static/xaggr.html
>
> I copied the avg() example as
>
> CREATE TABLE numbers (
> value integer
> );
>
> insert into numbers values (2);
> inser
Kris Jurka <[EMAIL PROTECTED]> writes:
> On Sun, 26 Feb 2006, Randy Yates wrote:
>
>> I've noticed that the PDF version of the manuals for 8.0 and 8.1
>> are lacking bookmarks and/or TOC and document reference links. If
>> this is generated via LaTeX, such links oculd easily be incorporated
>> via
On Sun, 26 Feb 2006, Randy Yates wrote:
I've noticed that the PDF version of the manuals for 8.0 and 8.1
are lacking bookmarks and/or TOC and document reference links. If
this is generated via LaTeX, such links oculd easily be incorporated
via the hyperref package. It would make the document m
Michael Glaesemann wrote:
On Feb 26, 2006, at 12:30 , Randy Yates wrote:
Can you tell me how, using FC4, I can grab the documentation build
environment from the repository and download it to my machine?
You can find instructions on how to build the documentation in the
documentation in Appe
On Feb 26, 2006, at 12:30 , Randy Yates wrote:
Can you tell me how, using FC4, I can grab the documentation build
environment from the repository and download it to my machine?
You can find instructions on how to build the documentation in the
documentation in Appendix G:
http://www.postg
"Joshua D. Drake" <[EMAIL PROTECTED]> writes:
> Randy Yates wrote:
>> Hi,
>>
>> I've noticed that the PDF version of the manuals for 8.0 and 8.1
>> are lacking bookmarks and/or TOC and document reference links. If
>> this is generated via LaTeX, such links oculd easily be incorporated
>> via the h
Randy Yates wrote:
Hi,
I've noticed that the PDF version of the manuals for 8.0 and 8.1
are lacking bookmarks and/or TOC and document reference links. If
this is generated via LaTeX, such links oculd easily be incorporated
via the hyperref package. It would make the document much easier to
navig
12 matches
Mail list logo