Re: [HACKERS] Log operating system user connecting via unix socket

2016-01-27 Thread José Arthur Benetasso Villanova
bles. I'd > love to have the Kerberos principal available, but I don't think it'd > make sense to have a 'pg_stat_kerberos' just for that. > > I agree that it's moving the goalposts for this patch and could be an > independent patch, but I don't see it as any different, from a

[HACKERS] Log operating system user connecting via unix socket

2016-01-17 Thread José Arthur Benetasso Villanova
log, I just know that a postgres user connect, but I don't know which one is in case that more than one user is logged in the server. This simple log line can create the relations needed for an audit. Feel free to comment and criticize. -- José Arthur Benetasso Villanova diff --git a/src/backend

[HACKERS] Re: [patch] Include detailed information about a row failing a CHECK constraint into the error message

2011-11-09 Thread José Arthur Benetasso Villanova
))); + } } } -- José Arthur Benetasso Villanova -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] directory archive format for pg_dump

2010-11-19 Thread José Arthur Benetasso Villanova
.c and kwlookup.c reuse using a link doesn't look nice either. This way you need to compile twice, among others things, but I think that its temporary, right? -- José Arthur Benetasso Villanova -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your

[HACKERS] Patch: Extend NOT NULL representation to pg_constraint

2010-09-25 Thread José Arthur Benetasso Villanova
? Other thing: #define CONSTRAINT_NOTNULL 'n' in src/include/catalog/pg_constraint.h is using spaces instead of tabs :-) -- José Arthur Benetasso Villanova