subscribe-set pgsql-general digest
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Albe Laurenz wrote:
> Tomas Lanczos wrote:
> > I am using Postgresql to store all my research related data. At the
> > moment I am just finishing my PhD thesis and I want to cite postgresql
> > correctly but can't find how to do it. Could somebody give me an advice?
>
> I'm not sure if the citat
Tomas Lanczos wrote:
> I am using Postgresql to store all my research related data. At the
> moment I am just finishing my PhD thesis and I want to cite postgresql
> correctly but can't find how to do it. Could somebody give me an advice?
I'm not sure if the citation list is the right thing for
On Mon, Nov 17, 2008 at 11:09 AM, Tomas Lanczos <[EMAIL PROTECTED]> wrote:
> I am using Postgresql to store all my research related data. At the moment I
> am just finishing my PhD thesis and I want to cite postgresql correctly but
> can't find how to do it. Could somebody give me an advice?
You c
I am using Postgresql to store all my research related data. At the
moment I am just finishing my PhD thesis and I want to cite postgresql
correctly but can't find how to do it. Could somebody give me an advice?
Many thanks
tomas
--
Sent via pgsql-general mailing list (pgsql-general@postgresq
> I am trying to use cursors and I am really frustrated already. Do I
> need to install an extension?
No, it's all in the documentation:
http://www.postgresql.org/docs/current/static/plpgsql-control-structures
.html#PLPGSQL-RECORDS-ITERATING
> 1. Problem number one is that what ever I use in fro
Anton Andreev wrote:
> Hi,
>
> I am trying to use cursors and I am really frustrated already. Do I
> need to install an extension?
No, you just need to have a look at the docs.
http://www.postgresql.org/docs/8.2/static/plpgsql-control-structures.html#PLPGSQL-RECORDS-ITERATING
> 1. Problem numbe
Hi,
I am trying to use cursors and I am really frustrated already. Do I
need to install an extension?
1. Problem number one is that what ever I use in front of the fetch
command it is not being accepted, it gives a syntax error. If I use a
number ,"all" or "forward" it gives an error again?