<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>DB - 分类 - Jimi’s Blog</title>
        <link>http://localhost:1313/categories/db/</link>
        <description>DB - 分类 - Jimi’s Blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>2114272829@qq.com (jimi)</managingEditor>
            <webMaster>2114272829@qq.com (jimi)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 07 Apr 2024 00:00:00 &#43;0000</lastBuildDate><atom:link href="http://localhost:1313/categories/db/" rel="self" type="application/rss+xml" /><item>
    <title>Postgresql常用命令</title>
    <link>http://localhost:1313/postgresql/</link>
    <pubDate>Sun, 07 Apr 2024 00:00:00 &#43;0000</pubDate>
    <author>Jimi</author>
    <guid>http://localhost:1313/postgresql/</guid>
    <description><![CDATA[查看 pg版本 1 psql --version 获取当前db中所有的表信息 1 2 3 select * from pg_tables; //获取名为 public的 schema的所有表 select tablename from pg_tables where schemaname=&#39;public&#39; 获取某个表结构信息 1 \d authentik_core_user;]]></description>
</item>
</channel>
</rss>
