[HACKERS] Languages

2001-04-13 Thread Marcin Wasilewski
Hello, everybody I have a new question to you. ;-))) 1. I wrote a database in access an I put there some Polish words like ±¶¿¼. 2. Migrate the base using PGADMIN to Postgresql.0.3 on Solaris 8. 3. What can I do to see that Polish words. Maybe set a codepage or any standard. I need help

[HACKERS] ORDER BY ????

2001-04-13 Thread Marcin Wasilewski
hello everybody, Can you help me? I have POSTGRESQL 7.0.3, I try to create simple view by typing. create view "xx" as select "aa.yy", "bb.yy" from "yy" order by "bb.yy" the problem is that parameter order is not implemented with create view. so how can I create such simple query?? Best regards