Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pgmq extension to Microsoft Azure Postgres flexible server (upvote link) #373

Open
ps30 opened this issue Jan 10, 2025 · 4 comments
Open
Labels
help wanted Extra attention is needed

Comments

@ps30
Copy link

ps30 commented Jan 10, 2025

Please click this link and upvote & follow to help Microsoft to add/approve pgmq as a supported Postgres extension:

Add extension pgmq - https://feedback.azure.com/d365community/idea/9d5c7e3b-f35f-ef11-a4e6-6045bdbe5235?q=pgmq

Raw text link: https://feedback.azure.com/d365community/idea/9d5c7e3b-f35f-ef11-a4e6-6045bdbe5235?q=pgmq

@ChuckHend ChuckHend added the help wanted Extra attention is needed label Jan 10, 2025
@wahmedswl
Copy link

When this is SQL only; clients have logic built-in to invoke how it should be. So, if we just create schema in postgres; it should work, isn't it?

Thanks

@ChuckHend
Copy link
Member

So, if we just create schema in postgres; it should work, isn't it?

I've heard of some users using the SQL directly to install the objects in this extension. However, the migration scripts are generally not executable directly and are intended to be run with the alter extension pgmq update command. I have not done this myself.

@wahmedswl
Copy link

wahmedswl commented Jan 17, 2025

@ChuckHend When it's all sql based; no dependency etc then it would be great for wide compatibility to make it sql only. It would be great if schema is maintained as a single sql file for these cases.

Thanks

@ChuckHend
Copy link
Member

@ChuckHend When it's all sql based; no dependency etc then it would be great for wide compatibility to make it sql only. It would be great if schema is maintained as a single sql file for these cases.

Thanks

If you want to help out, /~https://github.com/tembo-io/pgmq/blob/main/pgmq-extension/sql/pgmq.sql contains all the functions and DDL (except the create schema statement, I think). For anyone looking to run this as SQL-only, that is the best place to start. Help is very much welcome here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants