Forum Widgets
Latest Discussions
Is Encoding SQL_ASCII and Collation en_US.1252 supported in Azure Flexible Server PostgreSQL?
Is encoding SQL_ASCII with Collation en_US.1252 supported in Azure FlexibleServer PostgreSQL? CREATE DATABASE databaseforme WITH ENCODING = 'SQL_ASCII' LC_COLLATE = 'en_US.1252' LC_CTYPE = 'en_US.1252' IS_TEMPLATE = False; I am trying to create the database but I am getting the error: ERROR: invalid locale name: "en_US.1252" SQL state: 42809luistorresMar 11, 2024Brass Contributor1.3KViews0likes5CommentsBackup and restore postgres to blob
The company is developing a client app using postgresql 14 flexible server for the backend. There will be a few db's for various management/control purposes but the main db is multi-tenant and being designed as "tenant per schema". Backup and restore of the whole flexible server is nicely taken care of, but there will undoubtedly come a time when a particular tenant (schema) needs a restore. The recovery process, as I understand it, would be: Spin up a new Temp postgresql flexible server Do a point in time restore of the Live backup onto Temp Get the specific bits from Temp and restore to Live For 3, my plan is to use pg_dump to backup just the one schema in Temp to a blob and then pg_restore it into Live. Is anyone doing this kind of thing? I'm a seasoned MS SQL dba but very new to Postgresql and Azure. What tools are there to implement this - Logic Apps? This blog (Backup Azure Database for PostgreSQL to a Blob Storage - Microsoft Tech Community) shows a one-off way of backing up to Azure fileshare but isn't really suitable for a production environment. It also doesn't address how you'd restore from blob either. Any general or specific help/guidance will be very gratefully received. ThanksSolvedSimonWrightJul 06, 2022Copper Contributor5.4KViews0likes3Commentsi want get the data from the database
i want to import data from the database into excel.how can i do ittyunyunMay 17, 2022Copper Contributor1.8KViews0likes3CommentsPostgreSQL - Flexible Compute - VNet DNS Update
Hello, I have a customer planning to update the VNet DNS from custom to Default. The client is running a PostgreSQL - Flexible server with VNet integration. Does the DNS change impact PostgreSQL - Flexible compute? What is the best way to update the PostgreSQL - Flexible compute without having to restart? Thanks, Terru47Views0likes2CommentsWhat to do to add temporal_tables extension to the available extensions
Hi All, There is this limitation with postgresql extensions. We can use extensions only from the given list of available extensions. In our local (on-prem) environment we use temporal_tables extension of Vlad Arkhipov. What is the process of making a request to make available this extension in Azure Flexible server environment? Best regards, CsabaOneDeveloperOct 21, 2023Copper Contributor722Views0likes2Commentsazure data studio "postgres unhandled exception while executing query: 'list' object has no attribut
I am using azure data studio and getting below error when executing the query " select * from pg_catalog.pg_proc" error : "azure data studio "postgres unhandled exception while executing query: 'list' object has no attribute 'encode'" I dont see this error in pgadmin or any psql clientsekharsqlOct 09, 2023Copper Contributor1.5KViews0likes2CommentsPL Extensions
Hi, my name is Dirk, i am a first timer here, so i am not fully sure this post/question is right here. If not please let me know of a better place to ask this question. Thank you 🙂 Here the question: we are planning to use PostgreSQL on Azure. We expect to do a bit of scripting in trigger functions as part of an ELT process. Was thinking about Perl since some functions require string Base64 encoding and XML parsing. In the documentation about Postgres on Azure I could see only PL/SQL as a supported extension, nothing about PL/Perl. Is this correct? Would be great if someone could confirm this (or better yet, tell me that Perl is actually supported)! Thank you, DirkSolveddirkmanuelJun 09, 2022Copper Contributor1.6KViews0likes2CommentsUnhandled exception while executing query: 'list' object has no attribute 'encode'
Azure Studio: Version: 1.47.1 (user setup) Commit: b6f7beb01f92adaa4b79b6b6f3ac704e95cafe6e Date: 2024-01-10T02:15:02.628Z VS Code: 1.82.0 Electron: 25.8.4 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.19045 When running the below: select * from pg_database; I get: Please kindly assist Microsoft?MoynzyFeb 24, 2024Copper Contributor739Views1like1CommentAny performance impact after enable Query Store feature in Azure PostgreSQL DB Server
Hi Team, We want to enable Query store in Azure PostgreSQL DB server for Intelligent Performance (Query Performance Insight and Performance Recommendations) feature. Before enable the feature, want to understand any performance impact on the PostgreSQL DB server if enable the feature. Can you please share if you have any insight on the performance impact. Thanks in advance. Thanks Shaban KhanShaban KhanSep 06, 2020Copper Contributor1.5KViews0likes1Comment
Resources
Tags
- PostgreSQL3 Topics
- Azure Database for PostgreSQL2 Topics
- Open Source2 Topics
- Citus2 Topics
- community1 Topic
- azure1 Topic
- Azure Data1 Topic
- azure cosmos db1 Topic
- DNS1 Topic
- database1 Topic