Licensing Information

OL-25531-01 Open Source Used In Cisco Unified Provisioning Manager 8.6
185
Please let us know if the installer does not operate as expected on your operating system, and where possible, we
will try to add support
Technical Support
For Installer support, please use the EnterpriseDB forums at http://forums.enterprisedb.com/, or if you need a more
formal support arrangement, a list of providers can be found on the PostgreSQL website.
For PostgreSQL support, please use the appropriate mailing list. A complete list may be found at
http://www.postgresql.org/lists.html.
For pgAdmin support, please use the pgadmin-support@postgresql.org mailing list.
pl/pgsql Debugger
The package includes EnterpriseDB's pl/pgsql debugger plugin which may be used by the debugger UI in pgAdmin
to help with development of your database functions. The debugger plugin is disabled by default for performance
reasons. To enable it, follow the following steps:
1.Edit the postgresql.conf file in the data directory and modify the shared_preload_libraries config option to look
like the following, if running on Linux or Mac:
shared_preload_libraries = '$libdir/plugins/plugin_debugger.so'
or if you are on Windows:
shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll'
2.Restart the PostgreSQL server.
3.Run <Installation directory>/share/postgresql/contrib/pldbgapi.sql (or <Installation
directory>/share/contrib/pldbgapi.sql on Windows) in the database you wish to debug using psql or the pgAdmin
query tool.
For further information, please see the pgAdmin online help, and the debugger plugin README file.
Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following
disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with the distribution.
All advertising materials mentioning features or use of this software must display the following acknowledgment:
"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.
(http://www.openssl.org/)"