Re: [GENERAL] List of supported 64bit OS

2006-10-13 Thread Stanislaw Tristan
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 supports hardware above in conjunction 
with PostgreSQL 8.x that will use dual core and big memory
Thanks!
Martijn van Oosterhout kleptog@svana.org wrote in message 
news:[EMAIL PROTECTED] 



---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


[GENERAL] List of supported 64bit OS

2006-10-11 Thread Stanislaw Tristan
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


[GENERAL] Installing PostgreSQL on Win 2003 R2 64-bit

2006-04-27 Thread Stanislaw Tristan
It is a possible? 



---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[GENERAL] Need help with NPGSQL

2005-04-10 Thread Stanislaw Tristan
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]


[GENERAL] PostgreSQL and .NET

2005-04-02 Thread Stanislaw Tristan
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 that your
  message can get through to the mailing list cleanly


[GENERAL] Copression

2005-03-20 Thread Stanislaw Tristan
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


[GENERAL] PL/Java vs PL/pgSQL

2005-03-13 Thread Stanislaw Tristan
1. Who is faster?
2. Who is recomended?
---(end of broadcast)---
TIP 8: explain analyze is your friend


[GENERAL] View's rule on delete problem

2004-10-31 Thread Stanislaw Tristan

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 only first. Why?
 
Stanislaw Tristan
Kyiv, Ukraine
E-mail: [EMAIL PROTECTED]
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[GENERAL] Limit connections per user

2004-06-20 Thread Stanislaw Tristan








I need to limit the connection number per each user.
How can I do this?



Stanislaw Tristan

Kyiv, Ukraine

E-mail: [EMAIL PROTECTED]