public sealed class PostgresqlRdbms : IMessage<PostgresqlRdbms>, IEquatable<PostgresqlRdbms>, IDeepCloneable<PostgresqlRdbms>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `PostgresqlRdbms` class, which represents a PostgreSQL database structure within the Google Cloud Datastream V1 library."],["The latest version available is 2.9.0, with versions ranging back to 1.0.0 available."],["The `PostgresqlRdbms` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `PostgresqlSchemas` property, a `RepeatedField` of `PostgresqlSchema`, representing the PostgreSQL schemas within the database server."],["There are two constructors available, one being the default and the other allowing to take in another `PostgresqlRdbms` as a parameter to be copied."]]],[]]