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