pgadmin4/web/regression/javascript/fake_supported_servers.js

17 lines
476 B
JavaScript
Raw Normal View History

//////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
2022-01-04 02:24:25 -06:00
// Copyright (C) 2013 - 2022, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
//////////////////////////////////////////////////////////////////////////
define(function () {
return [
{label: 'EDB Advanced Server', value: 'ppas'},
{label: 'PostgreSQL', value: 'pg'},
{label: 'Unknown', value: ''},
];
});