Forum Widgets
Latest Discussions
Connect to PostgreSQL in VS Code
G'day Developers! Are you looking for a way to streamline your workflow when working with PostgreSQL databases in VS Code, check out this blog on Connect to PostgreSQL in VS Code. With features like syntax highlighting, IntelliSense, and code snippets, as well as support for popular PostgreSQL commands, this extension makes it easy to write and manage queries directly within VS Code. Perfect for making the most of 𝗩𝗦 𝗖𝗼𝗱𝗲 𝗗𝗮𝘆 𝟮𝟬𝟮𝟯!varun-dhawanApr 26, 2023Microsoft8.1KViews0likes0CommentsBackup 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.3KViews0likes3Commentsi 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.8KViews0likes3CommentsPL 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.6KViews0likes2CommentsAny 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.5KViews0likes1Commentazure 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.5KViews0likes2CommentsANNOUNCEMENT - Retiring Azure PostgreSQL Single Server in March 2025 and introducing Flexible Server
Microsoft Azure has announced that it will be retiring Azure Database for PostgreSQL - Single Server on March 28, 2025. Since the general availability of Azure Database for PostgreSQL - Single Server in Spring 2018, Microsoft has invested time and resources to develop it into an intelligent, scalable, and reliable database service that is best suited for running open-source PostgreSQL workloads at a lower cost than running them on-premises or on a virtual machine. In November 2021, Microsoft released the next generation deployment option in Azure Database for PostgreSQL - Flexible Server, which offers better price-performance, a simplified developer experience, and support for the latest PostgreSQL versions. HOW TO MIGRATE To help customers with the migration, Microsoft has released the general availability of the Single Server to Flexible Server migration tool. This tool ensures a simple and easy migration experience from Single Server to Flexible Server. When you migrate to Azure Database for PostgreSQL - Flexible Server, you will have access to several improvements. These include support for Postgres version 11,12,13,14 and newer, plus built-in security enhancements. There will also be better price-performance with support for burstable tier compute options. You can also expect improved uptime with the ability to configure a hot standby on the same or a different zone and user-controlled maintenance windows. Furthermore, there is a simplified developer experience for high-performance data workloads. Additional improvements include Linux-based VMs, premium managed disks, connection pooling with PgBouncer, and more. NEXT STEPS If you are currently using Azure Database for PostgreSQL - Single Server, it is recommended that you start planning your migration to Azure Database for PostgreSQL - Flexible Server. You can use the migration tool to make the process easier. We understand you may have a lot of questions about this announcement, so we have prepared a detailed Frequently Asked Questions, to help you plan migration.varun-dhawanMay 14, 2023Microsoft1.3KViews0likes0CommentsAzure postgres single server
Facing SSL SYSCALL Error:EOF detected. It is because of memory issue... It alsmost 98 used. I had tried to restart but giving error like service temporarily busy, try some other time. How to resolve this. Can we resolve from anthor server.Tejaswini350Apr 01, 2022Copper Contributor1.2KViews0likes0CommentsIs 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.2KViews0likes5CommentsEnabling Data Encryption for Azure Postgres
I would like to know how to enable "Data Encryption" for Azure Database for Postgres. I read the below documentation, but i don't see the option in my azure portal. https://docs.microsoft.com/en-us/azure/postgresql/howto-data-encryption-portalMosesLimOct 12, 2020Copper Contributor1.2KViews0likes0Comments
Resources
Tags
- PostgreSQL3 Topics
- Citus2 Topics
- Azure Database for PostgreSQL2 Topics
- Open Source2 Topics
- POSETTE1 Topic
- community1 Topic
- azure1 Topic
- Azure Data1 Topic