Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To grant the user z_slm5 access to the table vs_folio_physica_material_formats in the local_shared schema on Metadb, you would issue this command as a script to run on Cornell from your DBeaver application:


     GRANT SELECT ON local_shared.vs_folio_physical_material_formats TO z_slm5;

...