Hi,
Is there a way to setup a filter for authentication with LDAP? I would
like to allow only users that have a specific attibute set in LDAP.
Best regards,
Olivier
--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org
On Mon, Oct 5, 2009 at 5:50 PM, Aras Angelo wrote:
> Its a regular pg_connect()
>
> When i kill the earliest idle process the others stop too. So i dont know
> whats wrong really. All our apps use the same footer, with pg_close() at the
> end.
>
> I have done most of the things you guys suggested,
On Mon, Oct 5, 2009 at 5:50 PM, Aras Angelo wrote:
> Its a regular pg_connect()
>
> When i kill the earliest idle process the others stop too. So i dont know
> whats wrong really. All our apps use the same footer, with pg_close() at the
> end.
>
> I have done most of the things you guys suggested,
Its a regular pg_connect()
When i kill the earliest idle process the others stop too. So i dont know
whats wrong really. All our apps use the same footer, with pg_close() at the
end.
I have done most of the things you guys suggested, so it seems to me that
something between php-apache-postgresql
Hi:
Is there a way to configure postgres so that constraints are created as
deferrable by default for the database server? I didn't see anything in
the documentation, but I could have missed it. I'm about to install
8.4.1.
Thank you (in advance)!
Mija
CONFIDENTIALITY NOTICE: This e-mail message,
On Mon, Oct 5, 2009 at 4:42 PM, Aras Angelo wrote:
> Hi,
>
> Im seeing lots of idle connections (not idle in transaction) to my database
> server. My front end is written with PHP and i couldnt find anything that
> can cause this. If i do a kill proc-id every few minutes on my server via
> cron, w
Aras Angelo wrote:
Hi,
Im seeing lots of idle connections (not idle in transaction) to my
database server. My front end is written with PHP and i couldnt find
anything that can cause this. If i do a kill proc-id every few minutes
on my server via cron, would this effect anything badly?
Than
Is there a way to compile postgres with static libraries instead of dynamic?
I know it will make the binaries bigger but I have a need to do this.
I've been reading through the make/automake, cc, gcc and ld man pages
AND googling a bit. Not getting it to run properly. When I run the
./config
Hi,
Im seeing lots of idle connections (not idle in transaction) to my database
server. My front end is written with PHP and i couldnt find anything that
can cause this. If i do a kill proc-id every few minutes on my server via
cron, would this effect anything badly?
Thanks
"Jan-Peter Seifert" writes:
> Strangely the following select:
> SELECT table_name FROM information_schema.views WHERE table_schema =
> current_schema() AND table_name LIKE '\_%\_username';
> does also match views with names like table_username.
Unless you have standard_conforming_strings turne
Hello,
we have user specific views with names that follow this pattern:
_table_username
Strangely the following select:
SELECT table_name FROM information_schema.views WHERE table_schema =
current_schema() AND table_name LIKE '\_%\_username';
does also match views with names like table_userna
11 matches
Mail list logo