1. Who is faster?
2. Who is recomended?
---(end of broadcast)---
TIP 8: explain analyze is your friend
It's a possible to compress traffic between server and client while server
returns query result?
It's a very actually for dial-up users.
What is solution?
---(end of broadcast)---
TIP 8: explain analyze is your friend
If there was idea to implement a .NET support in Windows version of PostgreSQL?
Like existing Pl/Java
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so
How to catch the notifications of PostgreSQL backend with
NpgsqlConnection.Notification event.
Please, example on VB.NET (if possible)
Thanks!
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
Please, provide a list of OS in which PostgreSQL have a native 64bit
support.
Thanks!
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
Thanks for the answer!
We'll order a 2 x Opteron2xxx series (Dual Core) and the memory will be
16-32 Gb. This server is only for DB - non other services such as hosting,
mail and so on.
I'm not system integrator, but the project manager and interesting about:
- existing the free OS that ideally s
CREATE RULE "new_rule2" AS ON DELETE TO "public"."klients_view"
DO INSTEAD (
DELETE
FROM klients
WHERE (klients.klient_id = old.klient_id);
DELETE
FROM klient_services
WHERE (klient_services.klient_id = old.klient_id);
);
It's 2 commands, but executing o
It is a possible?
---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings
I need to limit the connection number per each user.
How can I do this?
Stanislaw Tristan
Kyiv, Ukraine
E-mail: [EMAIL PROTECTED]