Re: [SQL] private table

2005-01-26 Thread Richard Huxton
Din Adrian wrote: Hello, I am want to use a private table in postgresql(every client to see his own data). Is this possible? How can I do it! If I understand what you want, then this is traditionally done using views. CREATE TABLE base_table ( a integer NOT NULL, b text, u name, PRIMARY K

[SQL] private table

2005-01-26 Thread Din Adrian
Hello, I am want to use a private table in postgresql(every client to see his own data). Is this possible? How can I do it! Thank you, Adrian Din -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ ---(end of broadcast)--- TIP 9:

Re: [despammed] [SQL] private table

2005-01-26 Thread Andreas Kretschmer
am 26.01.2005, um 10:13:52 +0200 mailte Din Adrian folgendes: > Hello, > I am want to use a private table in postgresql(every client to see his own > data). > Is this possible? How can I do it! Why? You can create different users and/or different databases. Regards, Andreas -- Andreas Krets