[GENERAL] Dynamic SQL in Lua

2013-06-15 Thread Marc Balmer
The PostgreSQL Lua binding found on https://github.com/mbalmer/luapgsql has been extended to make it a bit easier to create SQL commands dynamically and still be able to use execParams(). Imagine a table with user information that contains usernames, hostnames, locations (e.g. building a user work

Re: [pgeu-general] [GENERAL] Call for design: PostgreSQL mugs

2013-09-05 Thread Marc Balmer
Am 05.09.13 09:00, schrieb Heikki Linnakangas: > Put a small elephant logo *inside* the mug. With a text: "also for > embedded systems" For german speaking folks, just a mug with an elephant an the text "ProstgreSQL". -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To m

Re: [pgeu-general] [GENERAL] Call for design: PostgreSQL mugs

2013-09-05 Thread Marc Balmer
ACID. Actually Coffee Inside, Drinkable. Am 05.09.2013 um 20:49 schrieb Steve Crawford : > org) -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [pgeu-general] [GENERAL] Call for design: PostgreSQL mugs

2013-09-05 Thread Marc Balmer
My SQL is PostgreSQL Atri Sharma schrieb: >On Fri, Sep 6, 2013 at 12:35 AM, Marc Balmer wrote: >> ACID. Actually Coffee Inside, Drinkable. >> >> Am 05.09.2013 um 20:49 schrieb Steve Crawford >> : >> >>> org) > >Something of the lines of evolu

[GENERAL] Passing a PGconn * between two processes on Unix like systems

2010-07-21 Thread Marc Balmer
, Marc Balmer -- 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] psql vs. pgadmin3 was:can't get UPDATE ... RETURNING ... INTO ... to compile successfully

2008-08-23 Thread Marc Balmer
* Ivan Sergio Borgonovo wrote: > On Fri, 22 Aug 2008 18:34:53 -0600 > "Scott Marlowe" <[EMAIL PROTECTED]> wrote: > > > Glad you got your problem resolved. I have to admit I tend to > > mostly use psql to interact with postgres. Nothing against > > PGAdmin III, it's good software. I just tend to

[GENERAL] Granting privileges on views to group roles

2007-05-17 Thread Marc Balmer
I am having a hard time here with PostgreSQL 8.2.4... What I want to do is rather simple: I have two login roles, user_A and admin_A, and a group role, group_A. user_A is member of group_A I create a table t_data, owned by admin_A I create a view v_data, owned by admin_A Now I grant SELECT privi