[GENERAL] Test to pgsql-general@postgresql.org

2017-03-16 Thread Todd Vitello
Test

[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 Alvaro Herrera
erahttp://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- 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
e -- 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-17 Thread Scott Marlowe
e me an advice? You can start by looking at the wikipedia entry. Not sure what you mean by citing the db. Are you looking at citing where it comes from, who makes it, what? It can be kinda tough to classify open source software... :) -- Sent via pgsql-general mailing list (pgsql-general@pos

[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 (pgsql-ge

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 fro

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 numbe

[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 again?