Hi Lukas! Thanks for your reply . 1: ok, i dont know about the active schema setting 2: here is a view: create or replace view sample_view as SELECT 1 as first,2 as dual when i open with edit from context menu from schema browser i get the following: create or replace view sample_view ( sec, first) as SELECT 1 AS first, 2 AS sec; (i use 9.2 pg) Szabolcs RE: bug with postgresql Reply by Lukas Hi Sumer, So, I checked your input: For PostgreSQL, you can find that in Object Explorer (Schema Browser) there is always one schema with green icon, which means that it's Active schema (set via right-click on a schema). It serves as default schema for execution, compiling, committing transactions. And design was to allow editing of objects directly in your active schema, therefore schema is not specified when you open a function/view via Edit option. When you open the object in Object Detail, you have option to select Show schema and then edit in SQL Worksheet. This is current design, but there are several workflow and design changes coming soon in the area of Object Detail and editing objects. Can you provide sql example, a screenshot? I cannot reproduce this. I'm having a dev guy on this, but as long as I can remember, we had a problem with getting Default Values from PostgreSQL JDBC drivers and thus it may have remained unfinished. I will update you as soon as I get more info from the dev. Regards, Lukas To reply, please reply-all to this email. Stop receiving emails on this subject. Or Unsubscribe from Toad Extension for Eclipse - General notifications altogether. Toad Extension for Eclipse - Discussion Forum Flag this post as spam/abuse.
↧