Re: [ADMIN] Help desperately needed: reoccurring invalid page

2005-04-28 Thread Ian Westmacott
Mauri, I'm no expert but I can tell you what I know. We have experienced this same problem, and I asked a similar question not too long ago. - This is probably due to some sort of I/O problem. In our case, it occurs very frequently on reboots, and it appears to be related to dirty buffers

[ADMIN] unsubscribe

2005-04-28 Thread akanksha kulkarni
unsubscribe__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[ADMIN] why oh why procedure

2005-04-28 Thread dedy
Hi all I want to create store procedure and the sql is CREATE PROCEDURE CARI_DATA (NIM VARCHAR(10), TAHUNAJARAN VARCHAR(4), KD_MSUJI VARCHAR(2), BEBAN SMALLINT, JENJANG VARCHAR(3)) RETURNS ( KDMK_JUR VARCHAR(12), NM_MKULIAH VARCHAR(25), SKS SMALLINT, BAYAR DOUBLE PRECISION, KELAS VARCHAR(2),

Re: [ADMIN] Database Encryption (now required by law in Italy)

2005-04-28 Thread Enrico Weigelt
* Silvana Di Martino <[EMAIL PROTECTED]> wrote: > We just think it is easier and safer to encrypt the whole database, or even > the whole disk, than try to understand what the law actually means. BTW politicians should have to be enforced to tell people what their laws really mean. Representan

Re: [ADMIN] why oh why procedure

2005-04-28 Thread Michael Fuhr
On Fri, Apr 29, 2005 at 07:48:07AM +0700, dedy wrote: > > I want to create store procedure and the sql is > > CREATE PROCEDURE CARI_DATA In PostgreSQL you'll need to use CREATE FUNCTION. See also the PL/pgSQL documentation to learn its syntax and capabilities. Here are links to documentation f

Re: [ADMIN] Help desperately needed: reoccurring invalid page

2005-04-28 Thread Mauri Sahlberg
Hi, Ian Westmacott wrote: >Mauri, I'm no expert but I can tell you what I know. We >have experienced this same problem, and I asked a >similar question not too long ago. > >- This is probably due to some sort of I/O problem. In > our case, it occurs very frequently on reboots, and > it app