http://www.ca.postgresql.org/users-lounge/index.html
SN> On Tue, Jul 17, 2001 at 11:10:31AM +0400, Alexey Borzov wrote:
>> Greetings, Sharmad!
>>
>> At 17.07.2001, 08:27, you wrote:
>>
>> SN> Hi,
>> SN> Can anyone tell me how to protect my d
Greetings, Sharmad!
At 17.07.2001, 08:27, you wrote:
SN> Hi,
SN> Can anyone tell me how to protect my database or else how can i set my
password in postgres for every database.
Can you be more specific?
If your problem is that anyone can connect to any DB on local box
(which is th
Greetings, Sean!
At 10.05.2001, 14:08, you wrote:
SW> I am reading a data datatype from a PostgreSQL database,
SW> the format sohwing is 2001-01-05 for the 1st of May this year,
Isn't it 2001-05-01?
SW> I need this date in Australian format i.e. 01/05/2001,
SW> I tried using the string d
Greetings, Cameron!
At 06.02.2001, 14:23, you wrote:
C> whilst i know that mysql is generally faster than pgsql i just tried to
C> convert another of my mysql projects to pgsql, in mysql the list takes
C> about 1 second (SELECT * FROM email LIMIT 0,300 on 18 records), the
C> same query in pg
Greetings, Cahyo!
At 15.01.01, 18:47, you wrote:
CSA> I don't know what is the benefit if we use ENUM type.
CSA> can everybody explain it?
It is an ugly crutch.
Well, you see, most RDBMSes will allow you to make a 'lookup
table' or 'dictionary' or something (dunno its official name).
Something