Unix Formula - UNIX Pro

Get the latest news and get the most out of Unix.


Recent Stories...
Alfresco, MySQL and Red Hat Deliver First Open Source JSR-170 Benchmark

8 December 2006

OpenLogic Expert Community Successfully Brings Together Open Source Community and Enterprise Users

7 December 2006

Jive Software Launches IgniteRealtime.org Website in Response to Explosive Community Support for Its Open Source EIM Products

7 December 2006

CA Advances Virtual Platform Management With Newest Release of Unicenter ASM

5 December 2006

Vonage Selects EnterpriseDB

5 December 2006

Communications Platforms Trade Association Adds Three Members

5 December 2006

AccessIT's Christie/AIX Deployment Program Hits Average Monthly Screen Installs of 266

5 December 2006

Liberty Alliance Announces 'Open Source Identity for the Web 2.0 Era' Webcast November 29

5 December 2006

VA Software Reports First Quarter Fiscal 2007 Results

5 December 2006

Leading Telco Carriers Tout Versatility of Sun Microsystems' Java(TM) System Content Delivery Server

5 December 2006

XBRL Enhances Performance Management Applications and Offers Immediate External Benchmarking Business Benefits

5 December 2006

Azul Systems Gains Major Market Support for Its Approach to Delivering Business Critical Java Solutions

5 December 2006

DigitalFX International, Inc. Announces Q4 '06 and Full Year '06 Revenue Guidance, as Well as Initial 2007 Revenue and Margins Guidance

5 December 2006

$0 Net Cost Promotion With Sprint Activation for CDU-550 Mobile Broadband USB Modem Supporting Windows, Windows Mobile, Linux, Mac Systems

4 December 2006

Acronis Joins Red Hat ISV Partner Program; Becomes Red Hat Ready Partner

4 December 2006

Future Media Concepts Targets IT Professionals and Systems Administrators with New Mac OS X Training Options

2 December 2006

OSDL Mobile Linux Initiative Gains Another Heavy Hitter

2 December 2006

Trusted Computer Solutions' Cross Domain Linux Product Now Part of Accredited System at U.S. Coast Guard

29 November 2006

Xandros Desktop - Professional Spearheads New Line of Enterprise Linux Management Solutions

29 November 2006

AIX Group, Inc. Names Peter Soloway Vice President of Program Business Development

29 November 2006

Novell Launches First 'Desktop-to-Data Center' Management Solutions That Deliver on Interoperable, Cross-Platform Vision

29 November 2006

HPC4U Fault Tolerant Middleware - Open Source Version Released

29 November 2006

Unisys Predicts 2007 Open Source Trends: Architectural Approaches and Specialized Stacks Will Dominate

29 November 2006

MapGuide Open Source and Autodesk Mark Record Downloads in First Year

29 November 2006

Novell Launches First 'Desktop-to-Data Center' Management Solutions That Deliver on Interoperable, Cross-Platform Vision

29 November 2006

Report: IBM #1 in Global Server Revenue, Blades and UNIX in 3Q 2006

29 November 2006

University-Built Election System Raises Bar and Released Open Source

29 November 2006

Montilio and Open Source Systems to Provide Fastest File Servers Available on the Market

29 November 2006

IBM Open Source Application Server Gains Support of More Than 600 Partners in Six Months

29 November 2006

Report: IBM Open Source-Based Application Server Growing Nearly Three Times Faster Than JBoss

24 November 2006

Sun Open Sources Java Platform and Releases Source Code Under GPL License Via NetBeans and Java.net Communities

23 November 2006

IBM Introduces Linux and Grid Implementation Service Products

22 November 2006

Internet Systems Consortium Turns to Sun's Solaris(TM) 10 Operating System and Sun Fire(TM) x64 Servers to Power the Internet

18 November 2006

Novell Announces Amendment and Extension of Consent Solicitation

18 November 2006

Microsoft and Novell Announce Broad Collaboration on Windows and Linux Interoperability and Support

15 November 2006

Novell Releases Mono 1.2 With Enhanced Support for .NET on Linux

15 November 2006

The Sage Group plc Announces Global Partnership With MySQL AB

15 November 2006

Linux Networx Announces Performance Tuned Supercomputing

15 November 2006

XenSource Announces High Performance Virtualization of Microsoft Windows and Linux Based on the Xen(TM) Hypervisor

15 November 2006

vtiger Upgrades its Enterprise-class Open Source CRM Solution With New Features

15 November 2006


Archive
April 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004


Unix Formula - UNIX Pro RSS Feed
RSS Feed

We support:

Linux Intrusion Detection System
Linux Gazette



 

SQL Manager 2005 for PostgreSQL ver. 3.7 Released

1 January 1970

EMS is pleased to announce the new version of SQL Manager 2005 for PostgreSQL. You can download the newest version from the http://www.sqlmanager.net/products/postgresql/manager/download (download page)


What's new in SQL Manager 2005 for PostgreSQL version 3.7?


1. Database Registration. The option that allows to skip refreshing objects on connection to database is added. It is highly recommended to uncheck this option if your database contains many objects or if connection to the database is slow.


2. French localization added.


3. When editing a view a script of the Drop View... Create View type used to be generated which caused an error if there were objects dependent on that view. Fixed now.


4. Editor Options | Quick code. The option specifying whether the table field names should be sorted in Code Completion window is added.


5. Function Debugger. Now works properly with the functions containing variables like table.column%TYPE.<


6. Grid.


- "Word wrap in memo editor" option added (Environment Options | Grid | Advanced).


- Formats set in Grid | Color & Formats were not applied to detail levels. Fixed now.


7. Table Editor | Data tab. It was impossible to edit or delete table records containing fields of TSearch2 type. Fixed now.


8. SQL Script. SQL Script window now remains open after disconnecting from the database.


9. When opening the data of a table with the primary key containing expressions an error used to occur and the data were not displayed. Fixed now.


10. Index and View Editors. When creating a view or an index their description was not saved. Fixed now.


11. DB Explorer.


- After adding an object into the project it did not appear at the project tab. Fixed now.


- After refreshing the tree the functions whose owner was removed were not displayed. Fixed now.


- It was impossible to open a report or index via the Recent Objects menu. Fixed now.


12. The “Expand after connection” options were only applied to languages and tablespaces. Fixed now.


13. Field Editor. When changing object type from SERIAL to BIGSERIAL a wrong script used to be generated without taking the existing sequence into account. Fixed now.


14. The Reset all toolbars and menus option used to work incorrectly in some rare cases. Fixed now.


15. Some options in the Replace Text dialog of SQL Editor window used to work incorrectly. Fixed now.


16. Several bugs have been fixed that caused incorrect work of the program running on a system with dual display mode enabled.


17. Dependency Tree. The 'Save as image' button is now available at the navigation bar.


18. Now it's possible to resize To-Do Item Editor window.


19. Enabling/disabling the “Dollar-quoted function body” option could be applied only after program restart. Fixed now.


20. A large number of other small improvements and bugfixes.


http://www.sqlmanager.net/products/postgresql/manager/download - Download page.


http://www.SQLmanager.net

Source: pr


All trademarks and copyrighted information contained herein are the property of their respective owners.


Related Articles


 
Telecom News
Voip News
Hardware News
Wireless News



A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z