Licensing Information
OL-25531-01 Open Source Used In Cisco Unified Provisioning Manager 8.6
188
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:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. 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.
3. 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/)"
4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
endorse or promote products derived from this software without
prior written permission. For written permission, please contact
openssl-core@openssl.org.
5. Products derived from this software may not be called "OpenSSL"
nor may "OpenSSL" appear in their names without prior written
permission of the OpenSSL Project.