[GENERAL] Internal account lookup failure

2005-03-15 Thread sferriol
hello on windows 2000 (chinese) during postgres8.0.0-rc1.msi installation, it fails in 'Service configuration': Internal account lookup failure sylvain smime.p7s Description: S/MIME Cryptographic Signature

[GENERAL] column oid ?

2004-04-02 Thread sferriol
hello i see that each table has an oid but the columns ?? is there an columnoid ? sylvain smime.p7s Description: S/MIME Cryptographic Signature

[GENERAL] faster SELECT

2004-03-08 Thread sferriol
hello in a 'SELECT', does postgres read the 'WHERE' condition from left to right. for example 1) select ... where a and b; 2) select ... where b and a; 1 and 2 will use the same cpu time or not ? sylvain smime.p7s Description: S/MIME Cryptographic Signature

[GENERAL] dynamic views

2004-02-24 Thread sferriol
hello is it possible with postgres 7.2 or more, to define a dynamic view. For example, i have a table with a column 'user' and i want to define a view which gives infomrations from different tables but the user has to specifie the 'user' parameter when using a select to the view sylvain --