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
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 PDF and convert via Calibre
- download PDF and put
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
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);
insert into numbers values (3);
insert into numbers values (4);
CREATE AGGR
Plucker ( http://plkr.org/ ) is a tool for viewing documentation on
handhelds running the PalmOS, and I just noticed that they have the
PostgreSQL documentation available:
http://projects.plkr.org/postgresql-documentation/
--
* Greg Smith [EMAIL PROTECTED] http://www.gregsmith.com Baltimore, M
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
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
navigate.
--
% Randy Yat
16 matches
Mail list logo