René's URL Explorer Experiment


Title: [BUG] JSQLParser 5.4-SNAPSHOT : PostgreSQL : XMLTable function not supported · Issue #2326 · JSQLParser/JSqlParser · GitHub

Open Graph Title: [BUG] JSQLParser 5.4-SNAPSHOT : PostgreSQL : XMLTable function not supported · Issue #2326 · JSQLParser/JSqlParser

X Title: [BUG] JSQLParser 5.4-SNAPSHOT : PostgreSQL : XMLTable function not supported · Issue #2326 · JSQLParser/JSqlParser

Description: PostgreSQL official documentation: https://www.postgresql.org/docs/current/functions-xml.html#FUNCTIONS-XML-PROCESSING-XMLTABLE Error trying to parse: Steps to reproduce: CREATE TABLE xmldata ( id SERIAL PRIMARY KEY, -- optional, just fo...

Open Graph Description: PostgreSQL official documentation: https://www.postgresql.org/docs/current/functions-xml.html#FUNCTIONS-XML-PROCESSING-XMLTABLE Error trying to parse: Steps to reproduce: CREATE TABLE xmldata ( id ...

X Description: PostgreSQL official documentation: https://www.postgresql.org/docs/current/functions-xml.html#FUNCTIONS-XML-PROCESSING-XMLTABLE Error trying to parse: Steps to reproduce: CREATE TABLE xmldata ( id ...

Opengraph URL: https://github.com/JSQLParser/JSqlParser/issues/2326

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[BUG] JSQLParser 5.4-SNAPSHOT : PostgreSQL : XMLTable function not supported","articleBody":"**PostgreSQL official documentation:**\n\nhttps://www.postgresql.org/docs/current/functions-xml.html#FUNCTIONS-XML-PROCESSING-XMLTABLE\n\n**Error trying to parse:**\n\n\u003cimg width=\"452\" height=\"89\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0767f5d5-4cf7-4879-81cf-d424a0455d8b\" /\u003e\n\n\n**Steps to reproduce:**\n\n```-- Table to store XML data\nCREATE TABLE xmldata (\n    id SERIAL PRIMARY KEY,      -- optional, just for uniqueness\n    data XML NOT NULL           -- the XML column\n);\n\n-- Optional: Insert some dummy XML for testing\nINSERT INTO xmldata (data) VALUES\n(\n    '\u003cROWS\u003e\n        \u003cROW id=\"1\"\u003e\n            \u003cCOUNTRY_NAME\u003eCanada\u003c/COUNTRY_NAME\u003e\n            \u003cCOUNTRY_ID\u003eCA\u003c/COUNTRY_ID\u003e\n            \u003cSIZE unit=\"sq_km\"\u003e9984670\u003c/SIZE\u003e\n            \u003cPREMIER_NAME\u003eJustin Trudeau\u003c/PREMIER_NAME\u003e\n        \u003c/ROW\u003e\n        \u003cROW id=\"2\"\u003e\n            \u003cCOUNTRY_NAME\u003eFrance\u003c/COUNTRY_NAME\u003e\n            \u003cCOUNTRY_ID\u003eFR\u003c/COUNTRY_ID\u003e\n            \u003cSIZE unit=\"sq_mi\"\u003e248573\u003c/SIZE\u003e\n        \u003c/ROW\u003e\n    \u003c/ROWS\u003e'\n);\n\nSELECT xmltable.*\n  FROM xmldata,\n       XMLTABLE('//ROWS/ROW'\n                PASSING data\n                COLUMNS id int PATH '@id',\n                        ordinality FOR ORDINALITY,\n                        \"COUNTRY_NAME\" text,\n                        country_id text PATH 'COUNTRY_ID',\n                        size_sq_km float PATH 'SIZE[@unit = \"sq_km\"]',\n                        size_other text PATH\n                             'concat(SIZE[@unit!=\"sq_km\"], \" \", SIZE[@unit!=\"sq_km\"]/@unit)',\n                        premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified');```","author":{"url":"https://github.com/tomershay","@type":"Person","name":"tomershay"},"datePublished":"2025-10-12T17:54:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2326/JSqlParser/issues/2326"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:de4701b3-7927-7cb6-b2b3-8333acd36804
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA4B8:1721AF:13737EF:1A6B7C5:6964ACEA
html-safe-nonce129076217a34ad8180402ca0d11a4de71e23ae0fdf1a1bf9d850467cbfa49c24
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNEI4OjE3MjFBRjoxMzczN0VGOjFBNkI3QzU6Njk2NEFDRUEiLCJ2aXNpdG9yX2lkIjoiODc4MTI0NDI5NTUzNjc0OTgwMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacd1d88287e50edc3d403b500f513bf84502c7b6e28562fa2bfa83c21f522eafcd
hovercard-subject-tagissue:3507624934
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/JSQLParser/JSqlParser/2326/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9525bb3c02dafe5c68bdef5e4e0cda2e98b15700b0e40b0e1825ddaf28669c32/JSQLParser/JSqlParser/issues/2326
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9525bb3c02dafe5c68bdef5e4e0cda2e98b15700b0e40b0e1825ddaf28669c32/JSQLParser/JSqlParser/issues/2326
og:image:altPostgreSQL official documentation: https://www.postgresql.org/docs/current/functions-xml.html#FUNCTIONS-XML-PROCESSING-XMLTABLE Error trying to parse: Steps to reproduce: CREATE TABLE xmldata ( id ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametomershay
hostnamegithub.com
expected-hostnamegithub.com
None15579c46431b7fd25941c3b09010f74fd1890c7a35226839bbbf40ce70fb3057
turbo-cache-controlno-preview
go-importgithub.com/JSQLParser/JSqlParser git https://github.com/JSQLParser/JSqlParser.git
octolytics-dimension-user_id4643847
octolytics-dimension-user_loginJSQLParser
octolytics-dimension-repository_id1944709
octolytics-dimension-repository_nwoJSQLParser/JSqlParser
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1944709
octolytics-dimension-repository_network_root_nwoJSQLParser/JSqlParser
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release499abb347cb197601d399c346cfeb4b3fa135d5c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JSQLParser/JSqlParser/issues/2326#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJSQLParser%2FJSqlParser%2Fissues%2F2326
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJSQLParser%2FJSqlParser%2Fissues%2F2326
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=JSQLParser%2FJSqlParser
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/2326
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/2326
Reloadhttps://github.com/JSQLParser/JSqlParser/issues/2326
JSQLParser https://github.com/JSQLParser
JSqlParserhttps://github.com/JSQLParser/JSqlParser
Please reload this pagehttps://github.com/JSQLParser/JSqlParser/issues/2326
Notifications https://github.com/login?return_to=%2FJSQLParser%2FJSqlParser
Fork 1.4k https://github.com/login?return_to=%2FJSQLParser%2FJSqlParser
Star 5.9k https://github.com/login?return_to=%2FJSQLParser%2FJSqlParser
Code https://github.com/JSQLParser/JSqlParser
Issues 102 https://github.com/JSQLParser/JSqlParser/issues
Pull requests 5 https://github.com/JSQLParser/JSqlParser/pulls
Discussions https://github.com/JSQLParser/JSqlParser/discussions
Actions https://github.com/JSQLParser/JSqlParser/actions
Projects 0 https://github.com/JSQLParser/JSqlParser/projects
Wiki https://github.com/JSQLParser/JSqlParser/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/JSQLParser/JSqlParser/security
Please reload this pagehttps://github.com/JSQLParser/JSqlParser/issues/2326
Insights https://github.com/JSQLParser/JSqlParser/pulse
Code https://github.com/JSQLParser/JSqlParser
Issues https://github.com/JSQLParser/JSqlParser/issues
Pull requests https://github.com/JSQLParser/JSqlParser/pulls
Discussions https://github.com/JSQLParser/JSqlParser/discussions
Actions https://github.com/JSQLParser/JSqlParser/actions
Projects https://github.com/JSQLParser/JSqlParser/projects
Wiki https://github.com/JSQLParser/JSqlParser/wiki
Security https://github.com/JSQLParser/JSqlParser/security
Insights https://github.com/JSQLParser/JSqlParser/pulse
New issuehttps://github.com/login?return_to=https://github.com/JSQLParser/JSqlParser/issues/2326
New issuehttps://github.com/login?return_to=https://github.com/JSQLParser/JSqlParser/issues/2326
[BUG] JSQLParser 5.4-SNAPSHOT : PostgreSQL : XMLTable function not supportedhttps://github.com/JSQLParser/JSqlParser/issues/2326#top
https://github.com/tomershay
https://github.com/tomershay
tomershayhttps://github.com/tomershay
on Oct 12, 2025https://github.com/JSQLParser/JSqlParser/issues/2326#issue-3507624934
https://www.postgresql.org/docs/current/functions-xml.html#FUNCTIONS-XML-PROCESSING-XMLTABLEhttps://www.postgresql.org/docs/current/functions-xml.html#FUNCTIONS-XML-PROCESSING-XMLTABLE
https://private-user-images.githubusercontent.com/18751488/500286770-0767f5d5-4cf7-4879-81cf-d424a0455d8b.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjgyMDU4NDYsIm5iZiI6MTc2ODIwNTU0NiwicGF0aCI6Ii8xODc1MTQ4OC81MDAyODY3NzAtMDc2N2Y1ZDUtNGNmNy00ODc5LTgxY2YtZDQyNGEwNDU1ZDhiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAxMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMTEyVDA4MTIyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyYjkyYzNkNWE3ZGQ1MmViM2U5YmVhNGE4Y2U3YzFlNDYyMDhlZWY4MmZhMzgwNDk1YTYwZjQ4ZGY1NzFlM2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hK24Mgm9HdPImvcdA_EmvLE3phGkwPhg6LR8fNGS_m4
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.