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