public sealed class PostgresqlDialect : IMessage<PostgresqlDialect>, IEquatable<PostgresqlDialect>, IDeepCloneable<PostgresqlDialect>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class PostgresqlDialect.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `PostgresqlDialect` class, part of the BigQuery Migration v2 API, defines the dialect for Postgresql and is accessible through the Google.Cloud.BigQuery.Migration.V2 namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["There are multiple versions of the documentation available, with version 1.5.0 being the latest release and version 1.2.0 as the current version that this documentation refers to."],["The class inherits from the base `object` class and provides two constructors, a default constructor and a copy constructor that accepts another `PostgresqlDialect` instance."]]],[]]