Abdallah Yashir Blog
  • Home
  • Author
  • Contact
Subscribe
Tagged

database

A collection of 2 posts

How to search tables for a specific column name in PostgreSQL?
database

How to search tables for a specific column name in PostgreSQL?

Let's say you have a massive database with many tables and columns. You want to search for a specific column name but don't know where to start. No worries. Here's a simple way you can do so: select table_name from information_schema.columns where column_name = 'your_column_name'

  • Abdallah Yashir Ramsing
Abdallah Yashir Ramsing Apr 28, 2023 • 1 min read
How to create a user with PostgreSQL?
database

How to create a user with PostgreSQL?

How to create a user with PostgreSQL? #postgres #database #user

  • Abdallah Yashir Ramsing
Abdallah Yashir Ramsing Mar 6, 2023 • 1 min read
Abdallah Yashir Blog © 2023
  • Data & privacy
  • Contact
Powered by Ghost