[GENERAL] pgsql-general@postgresql.org

2010-08-18 Thread Sergey Sergeev
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

Re: [GENERAL] pgsql-general@postgresql.org

2008-11-18 Thread Albe Laurenz
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

Re: [GENERAL] pgsql-general@postgresql.org

2008-11-18 Thread Alvaro Herrera
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 citation list

[GENERAL] pgsql-general@postgresql.org

2008-11-17 Thread Tomas Lanczos
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

Re: [GENERAL] pgsql-general@postgresql.org

2008-11-17 Thread Scott Marlowe
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 can

[GENERAL] pgsql-general@postgresql.org

2007-04-24 Thread Anton Andreev
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

Re: [GENERAL] pgsql-general@postgresql.org

2007-04-24 Thread Alvaro Herrera
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 number

Re: [GENERAL] pgsql-general@postgresql.org

2007-04-24 Thread Albe Laurenz
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 front